toCapTitle: Capitalise first letter

View source: R/internal_functions.R

toCapTitleR Documentation

Capitalise first letter

Description

Capitalise the first letter of a character string in order to use it as title

Usage

toCapTitle(str)

Arguments

str

character string to capitalise as a title

Value

character string

Examples

my_title <- "number of salmonellosis cases by age group"
toCapTitle(my_title)


EpiReport documentation built on June 8, 2025, 10:29 a.m.