Efficient rbind of data frames, even if the column names don't match. Code based on gtools::smartbind
rbind_full(..., list = NA, fill = NA, sep = ":")
Dataframes. Dataframes to bind
List. Containing dataframes to combine
Value. To use when 'filling' missing columns
Character. String used to separate column names when pasting them together.
Other Data Wrangling: balance_data
,
calibrate
, categ_reducer
,
cleanText
, date_feats
,
dateformat
, formatNum
,
formatTime
, holidays
,
impute
, left
,
normalize
, numericalonly
,
ohse
,
one_hot_encoding_commas
,
removenacols
, removenarows
,
replaceall
, right
,
textFeats
, textTokenizer
,
vector2text
, year_month
,
year_week