Skip to contents

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

if (FALSE) { # \dontrun{
occ_download_doi("10.15468/dl.zdfkkf")

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

} # }