od_table_class | R Documentation |
R6 Class open data datasets.
STATcubeR::sc_data
-> od_table
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
)
new()
This class is not exported. Use od_table()
to
initialize objects of class od_table
.
od_table_class$new(id, language = NULL, server = "ext")
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
browse()
open the metadata for the dataset in a browser
od_table_class$browse()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.