Combines a list of data frames by row, filling in missing columns with NA.
rbindx(..., dfs = list(...))
...
The first argument data frame.
dfs
Input data frames to row bind together.
A single data frame.