uis_get_versions {uisapi} | R Documentation |
Get available UIS API versions
Description
Retrieves information about the available versions of the UNESCO Institute for Statistics (UIS) API.
Usage
uis_get_versions(default_only = FALSE)
Arguments
default_only |
Logical. Indicates whether only the current default version should be retrievend. Defaults to 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 |
Examples
uis_get_versions()
[Package uisapi version 0.1.0 Index]