Learn R Programming

OpasnetUtils (version 1.3)

orbind: Rowbinding ovariables

Description

Combine two ovariables or data.frames using rbind even if columns differ

Usage

orbind(x, y)
combine(..., name = character())

Arguments

x

first object

y

second object

any number of ovariables separated by commas

name

name of resulting ovariable, affects Source and Result column names

Value

Returns a data.frame

Details

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/