Learn R Programming

rmdfiltr (version 0.1.4)

post_process_doi_citations: 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()

Value

Returns `TRUE` invisibly.

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).