View source: R/df_to_numeric.R View source: R/df_to_numeric-copy.R
df_to_numeric | R Documentation |
data canversion to numeric, dummy variables for multi-level categorical vars, missing value imputation
df_to_numeric(t1, df1, imp_cutoff_perc = 25, un_filter_perc = 20)
t1 |
output uf add_summary fct |
df1 |
data.frame to be cleaned |
imp_cutoff_perc |
percentage of missing values for a variable to be excluded |
un_filter_perc |
percentage of unique values of a categorical variable to be excluded |
data.frame of cleaned numberic variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.