retrieve_subjects: Retrieves an overview of the subjects from Statistics Denmark

Description Usage Arguments Value Examples

Description

The function retrieves a data frame with the over all statistical subjects that can be pulled from Statistics Denmark.

Usage

1
retrieve_subjects(base_url = "http://api.statbank.dk/v1/")

Arguments

base_url

is the base url for the API you wish to call. Statistics Denmark can sometimes create custom API's that you can use by changing this parameter.

Value

a tibble

Examples

1
2
subjects <- statsDK::retrieve_subjects()
dplyr::glimpse(subjects)

statsDK documentation built on May 2, 2019, 4:19 a.m.