proper: Convert String To Proper or Sentence Case

Description Usage Value Examples

View source: R/utils.R

Description

Input a string and recieve the string as a word or set of words with the first letter capitalized.

Usage

1
proper(string)

Value

proper() returns a character vector of the input string in proper case

Examples

1
proper("some string to convert to proper case")

dcorvi/corvitools documentation built on Feb. 15, 2022, 12:08 a.m.