firstupper {blscrapeR} | R Documentation |
Internal function to cast the first letter of a word to upper-case.
Description
Internal function to cast the first letter of a word to upper-case.
Usage
firstupper(x, ...)
Arguments
x |
A word or string to capitalize |
... |
additional arguments. |
Value
A string with the first letter of x
as capital letter.
[Package blscrapeR version 4.0.1 Index]