firstupper: Internal function to cast the first letter of a word to...

View source: R/utils.R

firstupperR 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 capatalize

...

additional arguments.

Value

A string with the first letter of x as capital letter.


blscrapeR documentation built on Sept. 17, 2022, 1:05 a.m.