citr (version 0.3.0)

tidy_bib_file: Tidy bibliography file

Description

Removes duplicate and unneeded entries from a Bib(La)Tex-file.

Usage

tidy_bib_file(rmd_file, messy_bibliography, file = NULL,
  encoding = getOption("encoding"))

Arguments

rmd_file

Character. One or more paths to the R Markdown files that use the messy bibliography file.

messy_bibliography

Character. Path to the messy bibliography file.

file

Character. Path and name for the to-be-created tidy bibliography. If NULL the messy bibliography is replaced.

encoding

Character. The name of the encoding to be assumed. See the connection.

Examples

Run this code
# NOT RUN {
NULL
# }

Run the code above in your browser using DataLab