capitalize: Capitalizes the characters Making the first letter uppercase

View source: R/utils.R

capitalizeR Documentation

Capitalizes the characters Making the first letter uppercase

Description

Capitalizes the characters Making the first letter uppercase

Usage

capitalize(x, force_tolower = FALSE)

Arguments

x

A vector of character strings to be capitalized.

force_tolower

Whether to force the remaining letters to be lowercase.

Examples

x <- c("dna methylation", "rRNA processing", "post-Transcriptional gene silencing")
capitalize(x)

zh542370159/SCP documentation built on Nov. 22, 2023, 2:34 a.m.