Learn R Programming

ChocoLattes (version 0.1.0)

capitalize_titles: Capitalize titles

Description

Performs capitalization of titles

Usage

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

Value

capitalized string

Details

This function attempts to standardize capitalization of titles for the productions listing, using sentence case.