R/comb.R

Defines functions comb

comb <- function(...) {
  mapply("rbind", ..., SIMPLIFY = FALSE)
}
funstatpackages/STARX documentation built on Jan. 30, 2021, 11:47 p.m.