| od_table_class | R Documentation |
R6 Class open data datasets.
STATcubeR::sc_data -> od_table
jsonparsed version of https://data.statistik.gv.at/ogd/json?dataset=${id}
headerparsed version of https://data.statistik.gv.at/data/${id}_HEADER.csv.
Similar contents can be found in $meta.
resourceslists all files downloaded from the server to construct this table
od_serverThe 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")
idthe id of the dataset that should be accessed
languagelanguage to be used for labeling. "en" or "de"
serverthe 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.