Learn R Programming

loose.rock (version 1.2.0)

proper: Capitalizes all words in string

Description

Capitalizes all words in string

Usage

proper(x)

Arguments

x

String

Value

a capitalized string (all words)

Examples

Run this code
# NOT RUN {
proper('i saw a dEaD parrot')
# }

Run the code above in your browser using DataLab