View source: R/taxize_capwords.r
taxize_capwords | R Documentation |
Capitalize the first letter of a character string.
taxize_capwords(s, strict = FALSE, onlyfirst = FALSE)
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. |
taxize_capwords(c("using AIC for model selection"))
taxize_capwords(c("using AIC for model selection"), strict=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.