Description Usage Arguments Details Value Not supported dataset routes Examples
Datasets API route catch all method
1 |
route |
(character) an API route. the |
... |
named parameters, passed on to |
.list |
a named list. instead of passing in named parameters
through |
There are A LOT of datasets API routes. Instead of making
an R function for each route, we have R functions for some of the
"more important" routes, then cp_ds()
will allow you to make
requests to the remainder of the datasets API routes.
output varies depending on the route requested, but output will always be a named list. when no results found, an error message will be returned
Some dataset routes do not return JSON so we don't support those.
Thus far, the only route we don't support is /dataset/\\{key\\}/logo
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.