firstlower: Make the first letter in strings lowercase

View source: R/strings.R

firstlowerR Documentation

Make the first letter in strings lowercase

Description

Make the first letter in strings lowercase

Usage

firstlower(x)

Arguments

x

A vector of strings

Value

the same vector back, with the first letter non-capitalized for each vector element

Examples

library(gfutilities)
firstlower("Hello")
firstlower(c("Hello", "World"))

pbs-assess/gfutilities documentation built on Sept. 18, 2023, 7:57 a.m.