str_fix_camel_case | R Documentation |
Convert camel case to underscore separated words
str_fix_camel_case(name_list = c("I'mACamel"))
name_list |
List of camel case strings to convert. |
str_fix_camel_case(c("I'mACamel", "NoYouAreNot")) [1] "I'm_A_Camel" "No_You_Are_Not"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.