View source: R/str-to-snake-case.R
str_to_snake_case | R Documentation |
Converts strings to Snake Case
str_to_snake_case(x)
x |
input string or multiple strings to be converted to snake case |
string or strings converted to snake_case
str_to_snake_case("string of words")
str_to_snake_case("StringOfWords")
str_to_snake_case("s!t$ring of %char^&act*ers")
str_to_snake_case(c("multiples of strings", "strings in multiple", "many strings"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.