Description Usage Arguments Examples
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
1 2 | dst_information(tableID, lang = "en", columns = c("id", "description",
"contactperson", "mail", "url"))
|
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. |
1 | dst_information("folk1a")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.