str_title_case: str_title_case

Description Usage Arguments Examples

View source: R/str_title_case.R

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
3
  str_title_case( "One Flew Over The Cuckoo's Nest" )
  str_title_case( "one_flew_over_the_cuckoo_'_s_nest" )
  

decisionpatterns/lettercase documentation built on May 23, 2020, 4:39 p.m.