Skip to contents

Translate string to Title Case w/ delimitter.

Translate string to Title Case w/ delimitter. Changing case to 'Title Case'

Usage

to_titlecase(text, delimitter)

to_titlecase(text, delimitter)

Arguments

x

Character vector.

y

Delimitter. Default is space (" ").

See also

chartr, toupper, and tolower.

chartr, toupper, and tolower.

Author

Andrie, Janani Ravi