tbl_dst gather all relevant metadata for the chosen table and returns an object, that can be easily manipulated with known dplyr verbs.

tbl_dst(table_id, lang = "en")

Arguments

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.

Value

a [tbl_dst] object.

Details

Verbs currently supported.....

Examples

if (FALSE) { sum("a") }