Description Usage Arguments Examples
View source: R/pdb_functions2.R
This function allows you to capitalize the first letter of a string and returns all other characters as lower case.
1  | firstup(x)
 | 
x | 
 A string  | 
1 2  | string <- 'AAA'
firstup(string)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.