rbind-like function to append list-elements containing matrixes (or data.frames) and return one long table.
All list-elements must have same number of columns (and same types of classes in case of data.frames.
Simple vectors (as list-elements) will be considered as sigle lines for attaching.
Usage
lrbind(lst, silent = FALSE, callFrom = NULL)
Arguments
lst
(list, composed of multiple matrix or data.frames or simple vectors) main input (each list-element should have same number of columns, numeric vectors will be converted to number of columns of other columns/elements)
silent
(logical) suppress messages
callFrom
(character) allow easier tracking of message(s) produced