Description Usage Arguments Value Examples
List the tables in an OData structure
1 | odataR_list_tables(root = odataR_get_root_catalog(), query = NULL)
|
root |
Root of data structure |
query |
OData query to restrict data returned from structure, See
|
A data.frame when successful otherwise NULL
1 2 3 4 5 6 | ## Not run:
odataR_set_root("http://dataderden.cbs.nl")
df_cat = odataR_list_tables()
RIVM = odataR_list_tables(query="?$filter=Catalog eq 'RIVM'")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.