View source: R/citeproc_reader.R
| citeproc_reader | R Documentation |
citeproc reader
citeproc_reader(x)
x |
(character) a file path or string |
an object of class handl; see handl for more
Other readers:
bibtex_reader(),
cff_reader(),
codemeta_reader(),
ris_reader()
Other citeproc:
citeproc_writer()
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.