tidybibtex is an R package for tidying BibTeX files. The current version provides functions to capitalize a selected field (e.g., title) in a BibTeX file. This package is inspired by Daniel L. Greenwald’s Python script but provides a more flexible solution to formatting BibTeX files-related problems. I will add more features in the future.

Installation


if (!require("devtools")) install.packages("devtools")

install_github("jaeyk/tidybibtex", dependencies = TRUE)

Usage

See the vignette section of the package homepage.