toCapFirstOnly: First Letter Only Capitalization

View source: R/strings_utils.R

toCapFirstOnlyR Documentation

First Letter Only Capitalization

Description

Helper to capitalize the first letter of strings and leave the rest to lower case

Usage

toCapFirstOnly(text)

Arguments

text

a string


IFC documentation built on Sept. 14, 2023, 1:08 a.m.