retrieve_all {ODataQuery}R Documentation

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

Description

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

Usage

retrieve_all(url, ...)

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

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

## End(Not run)

[Package ODataQuery version 0.5.3 Index]