This function lets the user remove all columns that have some or all values as NAs
removenacols(df, all = TRUE)Data.frame
Boolean. Remove columns which contains ONLY NA values. If set to FALSE, columns which contains at least one NA will be removed
Other Data Wrangling:
balance_data(),
categ_reducer(),
cleanText(),
date_cuts(),
date_feats(),
dateformat(),
formatNum(),
formatTime(),
holidays(),
impute(),
left(),
normalize(),
numericalonly(),
ohe_commas(),
ohse(),
rbind_full(),
removenarows(),
replaceall(),
right(),
textFeats(),
textTokenizer(),
vector2text(),
year_month(),
year_week()