alm_capwords: Capitalize the first letter of a character string.

View source: R/zzz.R

alm_capwordsR Documentation

Capitalize the first letter of a character string.

Description

Capitalize the first letter of a character string.

Usage

alm_capwords(s, strict = FALSE, onlyfirst = FALSE)

Arguments

s

A character string

strict

Should the algorithm be strict about capitalizing. Defaults to FALSE.

onlyfirst

Capitalize only first word, lowercase all others. Useful for taxonomic names.

Examples

alm_capwords(c("using AIC for model selection"))
alm_capwords(c("using AIC for model selection"), strict=TRUE)

ropensci/alm documentation built on May 18, 2022, 9:47 a.m.