Capitalizing the first letter of a selected field entry in a Bibtex file

cap_bib_field(file_path, field, exceptions = NULL)

Arguments

file_path

A file_path where a Bibtex file is located.r

field

A selected field (e.g., "title")

exceptions

A character vector that contains the words to avoid capitalization.

Value

A Bibtex object where the selected filed is modified.