sdk_get_variables: Extracts variables from the list of meta data

Description Usage Arguments Value Examples

View source: R/fixer_functions.R

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

1

Arguments

metadata

A list retrieved using the sdk_retrieve_metadata function.

Value

a tibble

Examples

1
2
3
4
5
6
metadata <- statsDK::sdk_retrieve_metadata("BEV3A")
dplyr::glimpse(metadata)

# See the variables as a data frame
variables <- sdk_get_variables(metadata)
dplyr::glimpse(variables)

mikkelkrogsholm/statsDK documentation built on Oct. 17, 2019, 3:19 a.m.