Last chance! 50% off unlimited learning
Sale ends in
Query libraries using ISBN (or MMS ID) and fetch metadata
ZoteroIsbn(keys, meta = list(), silent = TRUE, log = list())
A Zotero-type matrix (tibble)
Keys to search with (e.g., ISBN or MMS ID)
A list collecting all metadata used to create , Default: list()
c2z is noisy, tell it to be quiet, Default: TRUE
A list for storing log elements, Default: list()
Please see https://oeysan.github.io/c2z/
# \donttest{
# Search libraries for ISBN metadata
example <- ZoteroIsbn("978-1529797138")
# Print index using `ZoteroIndex`
if (any(nrow(example$data))) {
ZoteroIndex(example$data) |>
dplyr::select(name) |>
print(width = 80)
}
# }
Run the code above in your browser using DataLab