Description Usage Arguments Details Value Author(s)
rbindSafe() concatenates rows of arguments after ensuring same columns are present
1 |
... |
Two or more objects such as matrices, data.frames, arrays or vectors to concatenate along the first dimension (adding rows). |
rbindSafe finds the union of (column) names of the objects. It puts
the columns in common in the same order and applies rbind
,
then adds the columns unique to one object or the other, with missing values
for the object where the column is missing.
Returns an object of the same class as the inputs (coerced to the same class if they differ) with additional rows, and the union of the columns.
M.W.Rowe, mwr.stats@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.