Description Usage Arguments Value Examples
A logical table consists of a some related sub tables. This function returns a named character vector where the names give for each sub table the type and the contents the url of the sub table. This information can be used by the function odataR_get_subtable
to retrieve the contents of a sub table
1 | odataR_get_subtables(root = odataR_get_root_data(), table_id = NULL)
|
root |
Root of data structure |
table_id |
Identification of table |
A named character vector where the names give for each sub table the type and the contents the url of the sub table
1 2 3 4 5 | ## Not run:
subtabs = odataR_get_subtables(table_id='82935NED')
subtabs = odataR_get_subtables(root='http://opendata.cbs.nl/ODataFeed/OData',table_id='82935NED')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.