Learn R Programming

lettercase (version 0.13.1)

str_title_case: str_title_case

Description

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

Usage

str_title_case(x)

Arguments

x
object to turn into a title case

Examples

Run this code
str_title_case( "One Flew Over The Cuckoo's Nest" )
  str_title_case( "one_flew_over_the_cuckoo_'_s_nest" )

Run the code above in your browser using DataLab