Description Usage Arguments Details Value See Also Examples
The function imports the clean_names
function from the janitor
package.
1 |
data |
Object, usually |
The function imports the clean_names
function from the janitor
package. See the documentaiton in the janitor
package for further details. The function requires that the janitor
is installed!
data.frame
with clean names
1 2 3 | data <- supportR::create_data()
names(data) <- gsub("_", ".", names(data))
clean_names(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.