crew_eval_async {crew} | R Documentation |
Called internally, not for users.
crew_eval_async(
command,
data = list(),
packages = character(0L),
library = NULL
)
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. |
The result of running command
.