capWord: Capitalize the first letter of a character

Description Usage Arguments Value See Also Examples

View source: R/visualizePatentData.R

Description

A quick shortcut function to capitalize the first letter of a character. Useful for making data frame column names quickly look like plain english.

Usage

1

Arguments

s

Character string to input. Default set to "word".

Value

A character string with the first letter capitalized.

See Also

flippedHistogram

Examples

1
2
3
capWord("hello")
capWord("")
capWord("Hi")

kamilien1/patentr documentation built on May 20, 2019, 7:19 a.m.