dst_download: download data sets from Statistics Denmark

Description Usage Arguments Examples

Description

You can use this function to retrieve data sets from Statistics Denmark. It also let you choose which variables to return.

Usage

1
dst_download(tableID, vars, lang = "en")

Arguments

tableID

the data set's ID. See dst_tables() to get the ID.

vars

the variables to return. If not specified it will return time and value of the what the data set measure.

lang

used language in the data set. Can take the values "da" for danish and "en" for english

Examples

1
2
dst_download("folk1a")
dst_download("folk1a", c("ALDER", "CIVILSTAND"))

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