Description Usage Arguments Details Value
Bind named list of data.frames into one data.frame
1 | lbind(mylist)
|
mylist |
A named list of data.frame. The data.frames are expected to have the same structure. |
Each data.frame ist augented by a "condition" column containing the name attributed of
the list entry. Subsequently, the augmented data.frames are bound together by rbind
.
data.frame with the originial columns augmented by a "condition" column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.