post_process_doi_citations | R Documentation |
This function reads an R Markdown document and replaces all DOI citations with the corresponding entries from a BibTeX file. Requires the package 'bibtex' to be installed.
post_process_doi_citations(input_file, bib)
replace_resolved_doi_citations()
input_file |
Character. Path to the input file provided to the post-processor. |
bib |
Character. A (vector of) path(s) to the BibTeX file(s). |
Returns 'TRUE' invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.