# 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