lbind: Bind named list of data.frames into one data.frame

View source: R/tools.R

lbindR Documentation

Bind named list of data.frames into one data.frame

Description

Bind named list of data.frames into one data.frame

Usage

lbind(mylist)

Arguments

mylist

A named list of data.frame. The data.frames are expected to have the same structure.

Details

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.

Value

data.frame with the originial columns augmented by a "condition" column.


dkaschek/dMod documentation built on July 27, 2023, 11:45 p.m.