dataset_list_funs {rgbif} | R Documentation |
List datasets that are deleted or have no endpoint.
dataset_duplicate(limit = 20, start = NULL, curlopts = list())
dataset_noendpoint(limit = 20, start = NULL, curlopts = list())
limit |
Controls the number of results in the page. |
start |
Determines the start for the search results. |
curlopts |
options passed on to crul::HttpClient. |
Get a list of deleted datasets or datasets with no endpoint. You get the full
and no parameters aside from limit
and start
are accepted.
A list
.
## Not run:
dataset_noendpoint(limit=3)
## End(Not run)