propercase: Function to convert text to proper case

View source: R/propercase.R

propercaseR Documentation

Function to convert text to proper case

Description

Function to convert text to proper case

Usage

propercase(text)

Arguments

text

a character vector

Value

a character vector converted to "proper" case, where each word starts with a capital, and all subsequent letters are lower case


shug0131/cctu documentation built on Feb. 15, 2025, 3:27 p.m.