TitleCase: Convert text into title case Got this regex from:...

View source: R/Util.r

TitleCaseR Documentation

Convert text into title case Got this regex from: http://stackoverflow.com/questions/15776732/how-to-convert-a-vector-of-strings-to-title-case This function could use \E (stop capitalization) rather than \L (start lowercase), depending on what rules you want to follow

Description

Convert text into title case Got this regex from: http://stackoverflow.com/questions/15776732/how-to-convert-a-vector-of-strings-to-title-case This function could use \E (stop capitalization) rather than \L (start lowercase), depending on what rules you want to follow

Usage

TitleCase(text)

Arguments

text

A vector of strings that are to be converted to title case

Value

The provided text in title case


PSC-CoTC/AnnualReport documentation built on March 26, 2022, 9:33 a.m.