Combines a sequence of data frame arguments and combine by rows. This is a
specialized version of rbind that works for data frames that contain columns
of class "qw."
Usage
rbindQW(...)
Arguments
…
any number of data frames with identical columns. The missing value NA
is permitted as a special case to allow the addition of missing values.
Value
A data frame with all columns combined in the order specified in ….