Skip to content

Retrieves all top-level statistical themes from the TUIK data portal. Theme IDs are used with statistical_resources, statistical_tables, and statistical_databases to access specific portal resources. For SDMX-backed datasets, use statistical_tables or statistical_resources to discover dataflow_id values, then pass those identifiers to statistical_data.

Usage

statistical_themes(lang = "en")

Arguments

lang

Character string. Portal language code. Default "en" for English. Use "tr" for Turkish.

Value

A tibble with 2 columns:

theme_name

Character. Name of the statistical theme.

theme_id

Character. Numeric ID used to query tables and databases.

Examples

if (FALSE) { # \dontrun{
themes <- statistical_themes()
} # }