odataR_get_subtables: Get information about sub tables in OData data structure

Description Usage Arguments Value Examples

Description

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

Usage

1

Arguments

root

Root of data structure

table_id

Identification of table

Value

A named character vector where the names give for each sub table the type and the contents the url of the sub table

Examples

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)

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