Description Usage Arguments Value See Also
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.
1 | odata_function(url, metadata = c("none", "minimal", "all"), ...)
|
url |
Which url to fetch data from |
metadata |
Whether and how metadata is included |
... |
Arguments passed on to
|
An R function
Other retrieve:
retrieve_all()
,
retrieve_data()
,
retrieve_one()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.