toCapTitle: Capitalise first letter

Description Usage Arguments Value Examples

View source: R/internal_functions.R

Description

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

Usage

1

Arguments

str

character string to capitalise as a title

Value

character string

Examples

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

EpiReport documentation built on July 5, 2021, 5:06 p.m.