mutaframe {plumbr} | R Documentation |
Create a mutaframe, a mutable data.frame
Description
Create a mutaframe, a mutable data.frame
Usage
mutaframe(..., row.names = NULL)
Arguments
... |
Objects to coerce to a mutaframe and combine column-wise |
row.names |
optional, the character vector of row names |
Value
a mutaframe
[Package plumbr version 0.6.10 Index]