crew_eval_async {crew} | R 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 |
packages |
Character vector of packages to load. |
library |
Character vector of library paths to load the packages from. |
Value
The result of running command
.
[Package crew version 0.9.5 Index]