Learn R Programming

statsDK (version 0.1.1)

get_variables: Extracts variables from the list of meta data

Description

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.

Usage

get_variables(metadata)

Arguments

metadata

A list retrieved using the retrieve_metadata function.

Value

a tibble

Examples

Run this code
# 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