occ_download_doi {rgbif}R Documentation

Get download meta data from a doi

Description

Get download meta data from a doi

Usage

occ_download_doi(doi = NULL)

Arguments

doi

(character) the doi of the download you want to get metadata for.

Value

a list.

Examples

## Not run: 
occ_download_doi("10.15468/dl.zdfkkf")

occ_download_doi("10.15468/dl.zdfkkf")$key %>%
occ_download_get() %>%
occ_download_import() 


## End(Not run)


[Package rgbif version 3.8.2 Index]