powered by
Returns information about the dimensions of a dataset, including their positions and associated codelists.
dimensions_info(dataset, include_descriptions = TRUE)
A tibble with dimension information
An istat_dataset object
Logical; whether to include dimension descriptions (default: TRUE)
if (FALSE) { ds <- istat_dataset("139_176") dimensions_info(ds) }
Run the code above in your browser using DataLab