dst_subjects: Retrieve subjects from Statistics Denmark

Description Usage Arguments Value Examples

Description

You can use 'dst_subject()' to get the subjects, which Statistics Denmark use to categorize their data sets.

Usage

1
dst_subjects(lang = "en", columns = c("id", "description"))

Arguments

lang

description language - "da" for danish and "en" for english.

columns

columns to return. Can take the values "id", "description", "active", "hasSubject" or "subjects".

Value

Tibble containing the specified columns in the chosen language.

Examples

1
2
dst_subjects()
dst_subjects(columns = c("id", "description", "active")) # is the data set active

elben10/rdst documentation built on May 8, 2019, 10:59 p.m.