ZoteroIsbn {c2z}R Documentation

Search libraries using ISBN or MMS ID

Description

Query libraries using ISBN (or MMS ID) and fetch metadata

Usage

ZoteroIsbn(keys, meta = list(), silent = TRUE, log = list())

Arguments

keys

Keys to search with (e.g., ISBN or MMS ID)

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

rename, html_children, html_attr, html_text, reexports bind, distinct, arrange tibble RETRY setNames toJSON, fromJSON

Examples


  # 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)
  }


[Package c2z version 0.2.0 Index]