odataR_list_tables: List the tables in an OData structure

Description Usage Arguments Value Examples

Description

List the tables in an OData structure

Usage

1

Arguments

root

Root of data structure

query

OData query to restrict data returned from structure, See odataR_get_table for examples of queries

Value

A data.frame when successful otherwise NULL

Examples

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)

HanOostdijk/odataR_old documentation built on May 28, 2019, 8:21 a.m.