simpleCap: Simple Capitalization

Description Usage Arguments Value Note Author(s) Examples

Description

Remove a "." from a string and capitalize the first letter of every word.

Usage

1

Arguments

x

string to edit

Value

The requested reformatted string.

Note

Slight modification of the function noted in the exampleof the chartr base help file.

Author(s)

Peter DeWitt

Examples

1
2
s <- "this.is.a.string"
simpleCap(s)

dewittpe/qwraps documentation built on May 15, 2019, 5:07 a.m.