rbind.RdTake a sequence of ic.df data-frame arguments and combine by rows.
# S3 method for ic.df rbind(..., fill = TRUE, deparse.level = 1)
| ... | Objects to bind together. |
|---|---|
| fill | Should missing columns be added to data objects so that they can
be combined? Default is |
| deparse.level | See |
An object of type ic.df.
The attributes of the ic data are used to match columns. Column names are taken from the first object.