crew_eval_async: Run an asynchronous task in the crew launcher.

crew_eval_asyncR Documentation

Run an asynchronous task in the crew launcher.

Description

Called internally, not for users.

Usage

crew_eval_async(
  command,
  data = list(),
  packages = character(0L),
  library = NULL
)

Arguments

command

Language object with R code to run.

data

Named list of objects that command depends on.

packages

Character vector of packages to load.

library

Character vector of library paths to load the packages from.

Value

The result of running command.


wlandau/crew documentation built on Feb. 8, 2025, 10:12 a.m.