Description Usage Arguments Examples
Sanitize a character vector to fit as column names.
1 | tide_names(x)
|
x |
a character vector. |
1 2 3 | tide_names(names(iris))
tide_names(c("repeated_name", "Repeated___NAME", "RePeated...nAMe "))
tide_names(c("snakeCase", "snake_case", "snake CasE", "snake Cas E"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.