powered by
Extracts the variables and sets them up in a tibble so it is easy to see what settings each parameter should have to get the desired data.
get_variables(metadata)
A list retrieved using the retrieve_metadata function.
a tibble
# NOT RUN { metadata <- statsDK::retrieve_metadata("BEV3A") dplyr::glimpse(metadata) # See the variables as a data frame variables <- get_variables(metadata) dplyr::glimpse(variables) # }
Run the code above in your browser using DataLab