danStatGET: A wrapper around httr::GET, providing the base url for...

Description Usage Arguments Value

Description

A wrapper around httr::GET, providing the base url for Danmarks Statistik and and sends a GET request based on the given inputs.

Usage

1
danStatGET(call, subject = NULL, table = NULL, variables = NULL)

Arguments

call

A string with inputs. One of c("subjects", "tables", "tableinfo", "data") for retrieving subjects, tables, table meta data and data respectively.

variables

A list containing various variables of interest

subjects

A vector of strings providing specific subjects of interest.

tables

A vector of strings providing specific tables.

Value

A data frame of the desired data.


AKLLaursen/danStat documentation built on May 5, 2019, 11:30 a.m.