Description Usage Arguments Details Value Note See Also Examples
Capitalizes the first letter of each word in a string.
1 | simple_cap(x)
|
x |
A text string containing one or more words. |
This function is used by the function make_tax_table to make sure that the rank names begin with capital letters. Makes for prettier plotting when rank names are used as legend headers, etc.
A text vector with first letter of each word capitalized.
This function is given as an example in the documentation for the base function toupper.
make_tax_table
1 2 | x <- "The quick brown fox jumped over the lazy dog."
simple_cap(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.