Description Usage Arguments Details Value Examples
tbl_dst
gather all relevant metadata for the chosen table and returns an object,
that can be easily manipulated with known dplyr verbs.
1 | tbl_dst(table_id, lang = "en")
|
table_id |
[character] Name of table from statbank.dk |
lang |
[character] Desired language of output. Possibilites are danish ("da") and english ("en"). Default is "en. |
Verbs currently supported.....
a [tbl_dst] object.
1 2 3 4 | ## Not run:
sum("a")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.