radiator_future: radiator parallel function

radiator_futureR Documentation

radiator parallel function

Description

Updating radiator to use future

Usage

radiator_future(
  .x,
  .f,
  flat.future = c("int", "chr", "dfr", "dfc", "walk", "drop"),
  split.vec = FALSE,
  split.with = NULL,
  split.chunks = 4L,
  parallel.core = parallel::detectCores() - 1,
  forking = FALSE,
  ...
)

thierrygosselin/radiator documentation built on May 5, 2024, 5:12 a.m.