retrieve_all {ODataQuery} | R Documentation |
Retrieve data. If data is paged, concatenate pages. Only return the value without metadata.
retrieve_all(url, ...)
url |
Which url to fetch data from |
... |
Arguments passed on to
|
Other retrieve:
odata_function()
,
retrieve_data()
,
retrieve_one()
## Not run:
url <- "https://services.odata.org/V4/TripPinServiceRW/People"
retrieve_all(url)
## End(Not run)