Description Usage Arguments Value Examples
The function retrieves a data frame with the over all statistical subjects that can be pulled from Statistics Denmark.
1  | retrieve_subjects(base_url = "http://api.statbank.dk/v1/")
 | 
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.  | 
a tibble
1 2  | subjects <- statsDK::retrieve_subjects()
dplyr::glimpse(subjects)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.