Combine two ovariable
s or data.frame
s using rbind even if columns differ
orbind(x, y)
combine(..., name = character())
first object
second object
any number of ovariable
s separated by commas
name of resulting ovariable
, affects Source and Result column names
Returns a data.frame
Missing columns from each ovariable
are added to the other and filled with NA
.
Combine is similar to orbind
, but takes multiple arguments and tracks Sources under a single index.
See also: http://en.opasnet.org/