get_version_metadata: Print information of a specific version of the FORCIS...

View source: R/get_version_metadata.R

get_version_metadataR 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 character of length 1. The label of the version. Use get_available_versions() to list available versions. If NULL (default) the latest version is used.

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

# Attach the package ----
library("forcis")

# Get information for the latest version of the FORCIS database ----
get_version_metadata()

FRBCesab/forcis documentation built on Oct. 25, 2024, 9:26 a.m.