TitleCase: Make a String Title Case

View source: R/NMFSReports.R

TitleCaseR Documentation

Make a String Title Case

Description

Make a String Title Case (making and, the, an, etc. lower case)

Usage

TitleCase(str = "", add_dont_cap = "")

Arguments

str

A string that you want to be in title case

add_dont_cap

A vector of strings that the user does not want capitalized

Examples

TitleCase("HelLo WoRLD OR good-bye?")

emilyhmarkowitz/RMarkReports documentation built on March 25, 2023, 4:30 p.m.