This turns an OData function into an R function Parameters are serialized to json. Scalar arguments should be passed as atomic vectors. Array or object arguments should be passed as list.
odata_function(url, metadata = c("none", "minimal", "all"), ...)Which url to fetch data from
Whether and how metadata is included
Arguments passed on to retrieve_data
httr_argsList of additional arguments passed on to httr::GET
jsonlite_argsList of additional arguments passed on to jsonlite::fromJSON
An R function
Other retrieve:
retrieve_all(),
retrieve_data(),
retrieve_one()