Description Usage Arguments Value Examples
Convert strings to snake_case.
1 | ensnakeify(x, replacements = c(`%` = "pc"))
|
x |
A vector of strings. |
replacements Named vector of replacements.
1 | ensnakeify(c("Speed km/hr"), c("/" = "per"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.