get_version_metadata {forcis} | R Documentation |
Print information of a specific version of the FORCIS database
Description
Prints information of a specific version of the FORCIS database by querying the Zenodo API (https://developers.zenodo.org).
Usage
get_version_metadata(version = NULL)
Arguments
version |
a |
Value
A list
with all information about the version, including: title
,
doi
, publication_date
, description
, access_right
, creators
,
keywords
, version
, resource_type
, license
, and files
.
Examples
# Get information for the latest version of the FORCIS database ----
get_version_metadata()
[Package forcis version 1.0.1 Index]