R/map_cbind.R

Defines functions map_cbind

map_cbind <- function(.x, .f, ...) {
  map(.x, .f, ...) %>% reduce(cbind)
}
McChickenNuggets/blblm documentation built on March 22, 2021, 1:45 p.m.