Description Usage Arguments Value Note Examples
cap_word capitalizes the first letter of every space-separated word.
1 2 3 4 5  | single_cap(x)
cap_word(x)
locus_word2num(x)
 | 
x | 
 A character vector which will be capitalized via sapply.  | 
A vector of recoded fund names.
more coming soon...
1 2 3  | cap_word(c("level", "one"))
cap_word(c("level one", "one", "this is a sentence."))
locus_word2num("Level One")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.