Zenodo is an open repository for scientific data based at CERN in Swizerland. Zenodo facilitates researchers to share and preserve any research outputs in any size, any format and from any science. Zenodo also mints DOIs.
Setup
- Sign up for zenodo
- Log in and go your profile
- Click personal access tokens and grab one.
Then add the following line to your .rprofile
. You can also pass this explicitly to every function, but exposing the token will compromise your account.
options(zenodo_token = "YOUR-KEY")
Installing this package
devtools::install_github("ropensci/rzenodo")
Function | Description |
---|---|
zenodo_dir() |
Provides a data.frame with listing of current Zenodo collections. |
- The full API documentation for the Zenodo API.