Learn R Programming

c2z (version 0.2.0)

ZoteroDoi: Use DOI to acquire metadata

Description

Connects with doi.org to create metadata

Usage

ZoteroDoi(doi, meta = list(), silent = TRUE, log = list())

Value

A Zotero-type matrix (tibble)

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/

See Also

Examples

Run this code
# \donttest{
  # 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)
  }
# }

Run the code above in your browser using DataLab