Description Usage Arguments Value Examples
View source: R/setnames_clean.R
clean colnames, janitor style but by reference
1 | setnames_clean(x, ...)
|
x |
a data.table with dirty names on it |
This function returns a data.table
with clean names. all arguments passed to janitor::clean_names().
1 2 3 4 | ## Not run:
function(arg1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.