firstup: Capitalize the first character of string(s)

View source: R/misc.R

firstupR Documentation

Capitalize the first character of string(s)

Description

Capitalize the first character of string(s)

Usage

firstup(x)

Arguments

x

list of strings

Value

List of strings with the first character capitalized

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

ll <- c("one", "tWO", "Three")
taxFun:::firstup(ll)

trvinh/taxFun documentation built on July 3, 2023, 8:55 p.m.