dst_variables: get data set variables

Description Usage Arguments Examples

Description

You can use this function to get a tibble which has information about the available variables in the respective data set as well as an description of those

Usage

1
dst_variables(tableID, lang = "en", columns = c("id", "text"))

Arguments

tableID

the id of the desired table. See dst_tables() to get an overview of the table IDs.

lang

the language used in the description of the variables. "en" for english "da" for danish.

columns

the columns returned. columns can take the following values: id, text, elimination, time or map

Examples

1
2
3
4
## Not run:
dst_download("FOLK1A")
## End(Not run)
dst_variables("FOLK1A", columns = c("id", "text", "time"))

elben10/rdst documentation built on May 8, 2019, 10:59 p.m.