| dataset_doi | R Documentation | 
Get a GBIF dataset from a doi
dataset_doi(doi = NULL, limit = 20, start = NULL, curlopts = list())
| 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. | 
This function allows for dataset lookup using a doi. Be aware that some doi have more than one dataset associated with them.
A list.
## Not run: 
dataset_doi('10.15468/igasai')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.