Capitalize the first letter of a character string.
taxize_capwords(s, strict = FALSE, onlyfirst = FALSE)
A character string
Should the algorithm be strict about capitalizing. Defaults to FALSE.
Capitalize only first word, lowercase all others. Useful for taxonomic names.