odataR_set_root: Sets the root for OData data and catalog structure

Description Usage Arguments See Also Examples

Description

Determines from which structure data and catalog information will be extracted. If this function is not called the default https://opendata.cbs.nl (the root for the CBS Statistics Netherlands structures) will be used

Usage

1
odataR_set_root(root = NULL, debug = F)

Arguments

root

NULL for the default or the url of the root structure otherwise

debug

Boolean indicating if (for debugging) the generated OData queries are to be printed (default FALSE)

See Also

odataR_get_root

Examples

1
2
odataR_set_root()
odataR_set_root('https://opendata.cbs.nl')

HanOostdijk/odataR documentation built on May 14, 2020, 5:57 p.m.