to_proper_case: Proper case

Description Usage Arguments Value Examples

View source: R/testFormatters.R

Description

Converts 1st character of string to upper case and all other characters to lower case. Refer to https://stackoverflow.com/questions/24956546/capitalizing-letters-r-equivalent-of-excel-proper-function

Usage

1

Arguments

x

the string to be formatted

Value

the string in proper case

Examples

1
to_proper_case(x = "An Example String")

murraycadzow/bReakingbad documentation built on Oct. 15, 2021, 3:27 p.m.