titleCase: Capitalize first letter of each of a vector of words

titleCaseR Documentation

Capitalize first letter of each of a vector of words

Description

This is used in making labels for data names in some ctd functions

Usage

titleCase(w)

Arguments

w

vector of character strings

Value

vector of strings patterned on w but with first letter in upper case and others in lower case


oce documentation built on July 9, 2023, 5:18 p.m.