Description Usage Arguments Value Examples
This function standarize a data frame converting factors to characters, setting to lowercase the column names.
1 2 3 |
df |
A data frame |
to.lower.df.names |
df' names to lower? |
factor.to.string |
Factor to string? |
replace.num.na.with |
Value to replace NA when there are NAs in a numeric variables |
replace.chr.na.with |
Value to replace NA when there are NAs in a character variables |
trim.chr.vars |
Trim character vars= |
The same df with tbl_df
class, lower names.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.