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?")

EmilyMarkowitz-NOAA/NMFSReports documentation built on March 26, 2023, 1:08 a.m.