retrieve_all: Retrieve data. If data is paged, concatenate pages. Only...

Description Usage Arguments See Also Examples

View source: R/retrieve.R

Description

Retrieve data. If data is paged, concatenate pages. Only return the value without metadata.

Usage

1

Arguments

url

Which url to fetch data from

...

Arguments passed on to retrieve_data

metadata

Whether and how metadata is included

httr_args

List of additional arguments passed on to httr::GET

jsonlite_args

List of additional arguments passed on to jsonlite::fromJSON

See Also

Other retrieve: odata_function(), retrieve_data(), retrieve_one()

Examples

1
2
3
4
5
## Not run: 
url <- "https://services.odata.org/V4/TripPinServiceRW/People"
retrieve_all(url)

## End(Not run)

ODataQuery documentation built on July 5, 2021, 5:09 p.m.