firstup: Set the first letter of a string vector to captial

View source: R/Visualization.R

firstupR Documentation

Set the first letter of a string vector to captial

Description

Set the first letter of a string vector to captial.

Usage

  firstup(x)

Arguments

x

a string vector.

Details

Nothing

Value

Return a string vector with first letter capital.

Note

nothing

Author(s)

Wei Liu

See Also

None

Examples

  x <- c("good", "Morning")
  firstup(x)

PRECAST documentation built on May 29, 2024, 3 a.m.