dst_get_data: This function returns the requested data from the StatBank...

Description Usage Arguments

View source: R/dst_get_data.R

Description

Get data from a table in the StatBank.

Usage

1
2
dst_get_data(table, ..., query = NULL, parse_dst_tid = TRUE, lang = "da",
  meta_data = NULL, format = "CSV", value_presentation = "Value")

Arguments

table

Table from StatBank.

...

Build your own query.

query

A list object with your query.

parse_dst_tid

Logical. Default is TRUE. The date will be the first day of the period and the time zone is "UTC" and not the Danish "CET".

lang

language. "en" for english or "da" for danish.

meta_data

Meta data for the table. If NULL the meta data will be requested.

format

character value. "CSV" or "BULK". If you choose BULK then you need to select a value for each of the parameters.

value_presentation

For now, "value" or "default"


rOpenGov/dkstat documentation built on Oct. 16, 2021, 5:22 a.m.