Learn R Programming

lares (version 4.8.4)

rbind_full: Smart rbind

Description

Efficient rbind of data frames, even if the column names don't match. Code based on gtools::smartbind

Usage

rbind_full(..., list = NA, fill = NA, sep = ":")

Arguments

...

Dataframes. Dataframes to bind

list

List. Containing dataframes to combine

fill

Value. To use when 'filling' missing columns

sep

Character. String used to separate column names when pasting them together.

See Also

Other Data Wrangling: balance_data(), categ_reducer(), cleanText(), date_cuts(), date_feats(), dateformat(), formatNum(), formatTime(), holidays(), impute(), left(), normalize(), numericalonly(), ohe_commas(), ohse(), removenacols(), removenarows(), replaceall(), right(), textFeats(), textTokenizer(), vector2text(), year_month(), year_week()