od_table_class {STATcubeR} | R Documentation |
Create a table-instance from an open-data dataset
Description
R6 Class open data datasets.
Super class
STATcubeR::sc_data
-> od_table
Active bindings
json
parsed version of
https://data.statistik.gv.at/ogd/json?dataset=${id}
header
parsed version of
https://data.statistik.gv.at/data/${id}_HEADER.csv
.Similar contents can be found in
$meta
.resources
lists all files downloaded from the server to construct this table
od_server
The server used for initialization (see to
?od_table
)
Methods
Public methods
Inherited methods
Method new()
This class is not exported. Use od_table()
to
initialize objects of class od_table
.
Usage
od_table_class$new(id, language = NULL, server = "ext")
Arguments
id
the id of the dataset that should be accessed
language
language to be used for labeling.
"en"
or"de"
server
the OGD-Server server to be used
Method browse()
open the metadata for the dataset in a browser
Usage
od_table_class$browse()
[Package STATcubeR version 1.0.0 Index]