tidy_bib_file: Tidy bibliography file

Description Usage Arguments Examples

View source: R/tidy_bib_file.R

Description

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

Usage

1
2
tidy_bib_file(rmd_file, messy_bibliography, file = NULL,
  encoding = getOption("citr.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

1

Example output


citr documentation built on Aug. 19, 2019, 5:03 p.m.