citeproc_reader: citeproc reader

Description Usage Arguments Value See Also Examples

View source: R/citeproc_reader.R

Description

citeproc reader

Usage

1

Arguments

x

(character) a file path or string

Value

an object of class handl; see handl for more

See Also

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

Other citeproc: citeproc_writer()

Examples

1
2
3
4
5
6
7
8
9
# 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)

handlr documentation built on Jan. 13, 2021, 7:27 a.m.