Learn R Programming

blscrapeR (version 3.2.2)

firstupper: 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)

Value

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

Arguments

x

A word or string to capatalize

...

additional arguments.