ut_firstToUpper: First To Upper

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Convert first character of string to upper case (leaving all others as is).

Usage

1

Arguments

x

A string vector

Value

String vector with the first character of every element converte to upper case.

Examples

1
2
x <- "some string"
ut_firstToUpper(x)

msenn/sihfapi documentation built on May 17, 2019, 2:45 p.m.