| ZoteroDoi {c2z} | R Documentation |
Use DOI to acquire metadata
Description
Connects with doi.org to create metadata
Usage
ZoteroDoi(doi, meta = list(), silent = TRUE, log = list())
Arguments
doi |
A digital object identifier |
meta |
A list collecting all metadata used to create , Default: list() |
silent |
c2z is noisy, tell it to be quiet, Default: TRUE |
log |
A list for storing log elements, Default: list() |
Details
Please see https://oeysan.github.io/c2z/
Value
A Zotero-type matrix (tibble)
See Also
http_error, GET,
RETRY
rename, html_attr,
html_text, reexports,
html_children, html_name
bind, arrange
Examples
# Simple use of `ZoteroDoi`
example <- ZoteroDoi("10.1126/sciadv.abd1705")
# Print index using `ZoteroIndex`
if (any(nrow(example$data))) {
ZoteroIndex(example$data) |>
dplyr::select(name) |>
print(width = 80)
}
[Package c2z version 0.2.0 Index]