zenodo_list | R Documentation |
List all files available in a given Zenodo record. Requires already having a Zenodo account set up and
zenodo_list(
concept_doi,
token = Sys.getenv("zenodo_token"),
sandbox = FALSE,
as_datatable = TRUE,
verbose = TRUE
)
concept_doi |
Concept DOI of the Zenodo record. |
token |
Zenodo Personal access token. |
sandbox |
Whether to use the Zenodo or Zenodo Sandbox API. |
as_datatable |
Return file info as a data.table. |
verbose |
Print messages. |
Nested list of Zenodo file info.
## Not run:
zen_dat <- zenodo_list(token="<token>",
concept_doi="10.5281/zenodo.7062237")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.