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()
Returns `TRUE` invisibly.
Character. Path to the input file provided to the post-processor.
Character. A (vector of) path(s) to the BibTeX file(s).