KSHStatinfoScrape: Scrape the Statinfo dissemination database.

Description Usage Arguments Value Examples

View source: R/scraper.R

Description

Scrape the Statinfo dissemination database of the Hungarian Central Statistics Office.

Usage

1
KSHStatinfoScrape(code, column, row)

Arguments

code

The code of the data set (given under the label 'Technical identifier').

column

A list of vectors, where each vectors is a stratificiation variable for the column, with the elements of the vector specifying the strata.

row

A list of vectors, where each vectors is a stratificiation variable for the row, with the elements of the vector specifying the strata.

Value

The raw file returned by the Statinfo database as a data frame.

Examples

1
2
KSHStatinfoScrape( "NT5C01", "[NTAC001]", list( c( "[2015]", "[2016]" ),
c( "[N101_1]", "[N101_2]" ) ) )

tamas-ferenci/KSHStatinfoScraper documentation built on April 7, 2020, 10:52 a.m.