Get download meta data from a doi
Usage
occ_download_doi(doi = NULL, curlopts = list(http_version = 2))
Arguments
- doi
(character) the doi of the download you want to get metadata for.
- curlopts
(list) named list of curl options passed on to crul::HttpClient.
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()
} # }