dataset_doi {rgbif} | R Documentation |
Get a GBIF dataset from a doi
Description
Get a GBIF dataset from a doi
Usage
dataset_doi(doi = NULL, limit = 20, start = NULL, curlopts = list())
Arguments
doi |
the doi of the dataset you wish to lookup. |
limit |
Controls the number of results in the page. |
start |
Determines the offset for the search results. |
curlopts |
options passed on to crul::HttpClient. |
Details
This function allows for dataset lookup using a doi. Be aware that some doi have more than one dataset associated with them.
Value
A list
.
Examples
## Not run:
dataset_doi('10.15468/igasai')
## End(Not run)
[Package rgbif version 3.8.0 Index]