R/map_rbind.R

Defines functions map_rbind

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