Learn R Programming

s20x (version 3.3.0)

sentenceCase: Convert text to sentence case

Description

Capitalise the first character of a string used in diagnostic labels.

Usage

sentenceCase(x)

Value

`x` with the first character capitalised.

Arguments

x

a character vector.