dataset_list_funs {rgbif} | R Documentation |
List datasets that are deleted or have no endpoint.
Description
List datasets that are deleted or have no endpoint.
Usage
dataset_duplicate(limit = 20, start = NULL, curlopts = list())
dataset_noendpoint(limit = 20, start = NULL, curlopts = list())
Arguments
limit |
Controls the number of results in the page. |
start |
Determines the start for the search results. |
curlopts |
options passed on to crul::HttpClient. |
Details
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.
Value
A list
.
Examples
## Not run:
dataset_noendpoint(limit=3)
## End(Not run)
[Package rgbif version 3.8.0 Index]