View source: R/multiple_response_plots.R
| proper | R Documentation | 
This function does the same as the Excel function PROPER(string)
proper(x, type = "cto")
| x | A character vector | 
| type | String, either 'excel' or 'cto' | 
The same character vector but every letter at the beginning of after a blank is capitalised. If type = 'cto' also the two digits and all underscores are removed
proper(c("wOrds", "many words", "verymany many Words"))
[1] "Words"               "Many Words"          "Verymany Many Words"
proper(c( "01_farmer",  "02_merchant", "03_health_worker"))
[1] "Farmer"        "Merchant"      "Health Worker"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.