Description Usage Arguments Details Value Author(s) Examples
Combine multiple DataFrame objects using a union strategy.
1 2 | ## S4 method for signature 'DataFrame,DataFrame'
combine(x, y, ...)
|
x |
A DataFrame object. |
y |
A DataFrame object. |
... |
One or more DataFrame objects. |
Objects are combined based on the row.names
of x
,
y
, and ...
.
A DataFrame object.
Peter Hickey, peter.hickey@gmail.com
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.