R/rbind.mitml.list.R

Defines functions rbind.mitml.list

Documented in rbind.mitml.list

rbind.mitml.list <- function(...){
# merges two objects of class "mitml.list" by appending rows of list entries

  Map(rbind, ...)

}
simongrund1/mitml documentation built on Jan. 26, 2024, 11:08 a.m.