Description Usage Arguments Value See Also Examples
Retrieve data
1 2 3 4 5 6 | retrieve_data(
url,
metadata = c("none", "minimal", "all"),
httr_args = list(),
jsonlite_args = list()
)
|
url |
Which url to fetch data from |
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 |
Data including metadata
Other retrieve:
odata_function()
,
retrieve_all()
,
retrieve_one()
1 2 3 4 5 | ## Not run:
url <- "https://services.odata.org/V4/TripPinServiceRW"
retrieve_data(url)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.