propercase: Function to convert text to propercase

View source: R/propercase.R

propercaseR Documentation

Function to convert text to propercase

Description

Function to convert text to propercase

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 caser


shug0131/cctu documentation built on Aug. 21, 2024, 4:08 a.m.