View source: R/cl_clean_names.R
cl_clean_names | R Documentation |
.
This function uses the janitor::make_clean_names
function,
but replaces underscores with a period. Note that this function
updates the data.table
by reference
cl_clean_names(DT)
DT |
a |
DT <- data.table(`Var A` = 1, VarB = 2, var_c = 3)
print(cl_clean_names(DT))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.