Learn R Programming

rgbif (version 0.9.0)

gbif_capwords: Capitalize the first letter of a character string.

Description

Capitalize the first letter of a character string.

Usage

gbif_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

Run this code
gbif_capwords(c("using AIC for model selection"))
gbif_capwords(c("using AIC for model selection"), strict=TRUE)

Run the code above in your browser using DataLab