R/utils_functional.R

Defines functions map

map <- function(x, f, ...) {
  lapply(X = x, FUN = as_function(f), ...)
}

Try the crew.cluster package in your browser

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

crew.cluster documentation built on April 15, 2025, 1:34 a.m.