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, ...)

}

Try the mitml package in your browser

Any scripts or data that you put into this service are public.

mitml documentation built on March 31, 2023, 7:01 p.m.