Description Usage Arguments Value Examples
Returns original character string if it does not contain the separator character.
1 | capitalize_prefix(char, sep = "_")
|
char |
A character string. |
sep |
The separator character. |
The modified character string.
1 2 | char <- "adsl_depression"
capitalize_prefix(char)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.