R/comb.R

Defines functions comb

#' comb
#' combine method for foreach
#' @usage comb(...)
#' @return combined list
#' @noRd
comb <- function(...) {
  mapply('rbind', ..., SIMPLIFY=FALSE)
}

Try the mgwrsar package in your browser

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

mgwrsar documentation built on April 17, 2023, 9:09 a.m.