tbl_dst: Connect to table from statbank.dk

Description Usage Arguments Details Value Examples

View source: R/tbl_dst.R

Description

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

Usage

1
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.

Details

Verbs currently supported.....

Value

a [tbl_dst] object.

Examples

1
2
3
4
## Not run: 
sum("a")

## End(Not run)

akselthomsen/statbank documentation built on Jan. 20, 2021, 11:33 p.m.