Take a sequence of ic.df data-frame arguments and combine by rows.

# S3 method for ic.df
rbind(..., fill = TRUE, deparse.level = 1)

Arguments

...

Objects to bind together.

fill

Should missing columns be added to data objects so that they can be combined? Default is TRUE.

deparse.level

See rbind Default is 1.

Value

An object of type ic.df.

Details

The attributes of the ic data are used to match columns. Column names are taken from the first object.