Description Usage Arguments Value Examples
Convert dataframe names to snake_case.
1 |
df |
A dataframe. |
replacements Named vector of replacements.
1 2 | library(magrittr)
data.frame("Speed km/hr" = 1:5, check.names = FALSE) %>% autosnake(c("/" = "per"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.