dst_information: get information about Statistics Denmark's data sets

Description Usage Arguments Examples

Description

You can use the function to retrieve information about all the data sets available at Statistics Denmark. For instance, you could get the time at which a specific data set previously was updated

Usage

1
2
dst_information(tableID, lang = "en", columns = c("id", "description",
  "contactperson", "mail", "url"))

Arguments

tableID

the data set's ID. See dst_tables()

lang

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

columns

the columns returned. columns can take the values: id, text, description, unit, updated, name, phone, mail, documentationID, url or footnote.

Examples

1
dst_information("folk1a")

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