dst_get_data | R Documentation |
Get data from a table in the StatBank.
dst_get_data(
table,
...,
query = NULL,
parse_dst_tid = TRUE,
lang = "da",
meta_data = NULL,
format = "CSV",
value_presentation = "Value"
)
table |
Table from StatBank. |
... |
Build your own query. |
query |
A list object with your query. |
parse_dst_tid |
Logical. Default is TRUE. The date will be the first day of the period and the time zone is "UTC" and not the Danish "CET". |
lang |
language. "en" for english or "da" for danish. |
meta_data |
Meta data for the table. If NULL the meta data will be requested. |
format |
character value. "CSV" or "BULK". If you choose BULK then you need to select a value for each of the parameters. |
value_presentation |
For now, "value" or "default". When a table with observations that have the same name, this is automatically changed to CodeAndValue. |
Other Data retrival functions:
dst_get_all_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.