toSnakeCase | R Documentation |
Convert a character vector to snake case
toSnakeCase(x)
x |
Character vector to convert |
A snake_case vector
toSnakeCase("myVariable")
toSnakeCase(c("cohort1", "Cohort22b"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.