Learn R Programming

handlr (version 0.3.1)

citeproc_reader: citeproc reader

Description

citeproc reader

Usage

citeproc_reader(x)

Value

an object of class handl; see handl for more

Arguments

x

(character) a file path or string

See Also

Other readers: bibtex_reader(), cff_reader(), codemeta_reader(), ris_reader()

Other citeproc: citeproc_writer()

Examples

Run this code
# single
z <- system.file('extdata/citeproc.json', package = "handlr")
citeproc_reader(x = z)
w <- system.file('extdata/citeproc2.json', package = "handlr")
citeproc_reader(x = w)

# many
z <- system.file('extdata/citeproc-many.json', package = "handlr")
citeproc_reader(x = z)

Run the code above in your browser using DataLab