pandoc_citeproc_convert | R Documentation |
Convert a bibliography file (e.g. a BibTeX file) to an R list, JSON text, or YAML text
pandoc_citeproc_convert(file, type = c("list", "json", "yaml"))
file |
Bibliography file |
type |
Conversion type |
For 'type = "list"', and R list. For 'type = "json"' or 'type = "yaml"', a character vector with the specified format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.