Learn R Programming

istatR (version 0.1.0)

get_available_values: Get all available values for all dimensions

Description

Uses the availableconstraint endpoint to get all valid values for each dimension. This is more accurate than getting values from codelists as it reflects actual data availability.

Usage

get_available_values(dataset)

Value

A named list where each element contains a tibble of available values for that dimension

Arguments

dataset

An istat_dataset object

Examples

Run this code
if (FALSE) {
ds <- istat_dataset("139_176")
available <- get_available_values(ds)
available$FREQ  # Available frequency values
}

Run the code above in your browser using DataLab