rbind-like function to append list-elements containing tables and return one long table.
Accepts also list-entries with data.frames or vectors (of length of no of columns) as long as at least 1 list-entry is a matrix
Usage
lrbind(lst, silent = FALSE, callFrom = NULL)
Arguments
lst
(list) main input (each list-element should have same number of columns, numeric vectors will be converted to number of columns of other elements)
silent
(logical) suppress messages
callFrom
(character) allow easier tracking of message(s) produced