post_process_doi_citations: Replace DOI citations in R Markdown document

View source: R/replace_doi.R

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


rmdfiltr documentation built on Oct. 30, 2024, 9:11 a.m.