powered by
Retrieves all available values for a specific dimension of a dataset.
get_dimension_values(dataset, dimension_id)
A tibble with columns:
Value ID/code
Human-readable name (English)
An istat_dataset object
The ID of the dimension
if (FALSE) { ds <- istat_dataset("139_176") get_dimension_values(ds, "TIPO_DATO") }
Run the code above in your browser using DataLab