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 June 12, 2025, 10:37 p.m.