sdk_retrieve_subjects: Retrieves an overview of the subjects from Statistics Denmark

Description Usage Arguments Value Examples

View source: R/retrieve_functions.R

Description

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

Usage

1
sdk_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::sdk_retrieve_subjects()
dplyr::glimpse(subjects)

mikkelkrogsholm/statsDK documentation built on Oct. 17, 2019, 3:19 a.m.