str_title_case: str_title_case

Description Usage Arguments Examples

Description

internal function for converting character to title case. This is not exported and should not be called directly.

Usage

1

Arguments

x

object to turn into a title case

Examples

1
2
str_title_case( "One Flew Over The Cuckoo's Nest" )
  str_title_case( "one_flew_over_the_cuckoo_'_s_nest" )

Example output

Loading required package: stringr
lettercase-0.13.1 - Copyright <U+00A9> 2019 Decision Patterns
[1] "One Flew Over The Cuckoo's Nest"
[1] "One Flew Over The Cuckoo ' s Nest"

lettercase documentation built on May 1, 2019, 9:45 p.m.