zenodo_url | R Documentation |
zenodo_url
obtains the URL for a given Zenodo record,
identified either by the concept record identifier (concept_rec_id
)
and version (rec_version
) or record identifier (rec_id
).
(Note: if rec_id
is used, it overrides
concept_rec_id
).
zenodo_versions
: determines the available version numbers and the
corresponding record identifier for each version available for a given
Zenodo concept (group of records).
zenodo_url(concept_rec_id = 3723356, rec_version = "latest", rec_id = NULL)
zenodo_versions(concept_rec_id, arg_checks = TRUE)
concept_rec_id |
Concept record identifier, a |
rec_version |
|
rec_id |
Optional input record identifier, a |
zenodo_url
: character
value of the URL for the zip
to be downloaded.
zenodo_versions
: a data.frame
of version number and record
identifier for each version available.
zenodo_versions("3723356")
zenodo_url("3723356", "latest")
zenodo_url("3723356", "1.1.0")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.