xU {lessR} | R Documentation |
Capitalize the first letter of a word. Primarily for internal use in text processing of knitr
output. Not usually referenced by the user.
xU(x)
x |
The character string (word) for which to capitalize the first letter. |
Input is a single word. Output is the word with its first letter capitalized.
David W. Gerbing (Portland State University; gerbing@pdx.edu)
xU("the")