Should the algorithm be strict about capitalizing.
Defaults to FALSE.
onlyfirst
Capitalize only first word, lowercase all others. Useful
for taxonomic names.
Examples
taxize_capwords(c("using AIC for model selection"))#> [1] "Using AIC For Model Selection"taxize_capwords(c("using AIC for model selection"), strict=TRUE)#> [1] "Using aic for model selection"