Skip to contents

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.

Value

A list.

Details

This function allows for dataset lookup using a doi. Be aware that some doi have more than one dataset associated with them.

Examples

if (FALSE) {
dataset_doi('10.15468/igasai')
}