xU {lessR} | R Documentation |
Text Processing: Capitalize First Letter of a Word
Description
Capitalize the first letter of a word. Primarily for internal use in text processing of knitr
output. Not usually referenced by the user.
Usage
xU(x)
Arguments
x |
The character string (word) for which to capitalize the first letter. |
Details
Input is a single word. Output is the word with its first letter capitalized.
Author(s)
David W. Gerbing (Portland State University; gerbing@pdx.edu)
Examples
xU("the")
[Package lessR version 4.3.6 Index]