View source: R/uis_get_versions.R
uis_get_versions | R Documentation |
Retrieves information about the available versions of the UNESCO Institute for Statistics (UIS) API.
uis_get_versions(default_only = FALSE)
default_only |
Logical. Indicates whether only the current default version should be retrievend. Defaults to FALSE. |
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 |
uis_get_versions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.