get_available_versions: Get available versions of the FORCIS database

View source: R/get_available_versions.R

get_available_versionsR Documentation

Get available versions of the FORCIS database

Description

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

Usage

get_available_versions()

Value

A data.frame 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

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

# Versions of the FORCIS database ----
get_available_versions()

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