capitalize_titles: Capitalize titles
Description
Performs capitalization of titlesUsage
capitalize_titles(x, which.fields = c("Title", "Bookname", "Journal",
"Conference"))
Arguments
x
dataframe containing fields to be capitalized (using sentence case)
which.fields
character vector with names of dataframe columns to be
capitalized
Details
This function attempts to standardize capitalization of titles for the
productions listing, using sentence case.