post_process_doi_citations {rmdfiltr} | R Documentation |
Replace DOI citations in R Markdown document
Description
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.
Usage
post_process_doi_citations(input_file, bib)
replace_resolved_doi_citations()
Arguments
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). |
Value
Returns 'TRUE' invisibly.
[Package rmdfiltr version 0.1.5 Index]