Retrieves information about the available versions of the UNESCO Institute
for Statistics (UIS) API.
Usage
uis_get_versions(default_only = FALSE)
Value
A data frame with the following columns:
version
Character. The version identifier.
publication_date
Date-time. The date when the version was released.
description
Character. The description of the version.
theme
List column. Each element is a nested data frame containing
information about themes available in the version, with columns: theme_id,
theme_last_update, theme_description
Arguments
default_only
Logical. Indicates whether only the current default
version should be retrievend. Defaults to FALSE.