str_case_title: Convert string to title case.

Description Usage Arguments Value See Also Examples

Description

Transform a character vector into a title case representation. First, separate camelCase and alphanumeric boundaries into spaces Second, split pieces by symbols or spaces Third, use str_to_title to glue pieces into title.

Usage

1

Arguments

x_chr

character vector

Value

x_title character vector with same length as x_chr, but title format

See Also

Other str_case: str_case_snake

Examples

1

mbadge/MyUtilsR documentation built on May 27, 2019, 1:08 p.m.