snaking | R Documentation |
Convert to snake case from package snakecase
snaking(
string,
abbreviations = NULL,
sep_in = "[^[:alnum:]]",
parsing_option = 1,
transliterations = NULL,
numerals = "middle",
sep_out = NULL,
unique_sep = NULL,
empty_fill = NULL,
prefix = "",
postfix = ""
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.