title_case: Convert a string to Title Case. Have 'a string like this'?...

Description Usage Arguments Value Examples

View source: R/cleandata.R

Description

Convert a string to Title Case. Have 'a string like this'? This function turns it into 'A String Like This'

Usage

1
title_case(char_vect)

Arguments

char_vect

A character vector of the string to be converted to title case

Value

A character vector that is now Title Case

Examples

1
2
capstoneR:::title_case('this is not title case')
capstoneR:::title_case('THIS IS NOT TITLE CASE EITHER')

gravatarsmiley/capstoneR documentation built on May 30, 2019, 4:06 a.m.