View source: R/fixing data type.R
fix_data_type | R Documentation |
Fix data type from the dataset
fix_data_type(
df,
remove_all_NA_col = T,
na.string = c("", "NA"),
character_cols = NULL
)
df |
The data set |
remove_all_NA_col |
A logical parameter. Ture will remove the columns where all values are NA |
kobo_survey_sheet |
The defult (NUll) will create additional table for multiple choice questions |
remove_multiple_choice_concat |
A logical parameter. Ture will remove the aggregated columns (for multiple choice question) from the dataset |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.