Skip to contents

Gets all available versions of the FORCIS database by querying the Zenodo API (https://developers.zenodo.org).

Usage

get_available_versions()

Value

A tibble with three columns:

  • publication_date: the date of the release of the version

  • version: the label of the version

  • access_right: is the version open or restricted?

Examples

if (FALSE) { # \dontrun{
# Versions of the FORCIS database ----
get_available_versions()
} # }