cmd_parallel | R Documentation |
Execute a list of commands
cmd_parallel(
...,
stdouts = FALSE,
stderrs = FALSE,
stdins = NULL,
stdout_callbacks = NULL,
stderr_callbacks = NULL,
timeouts = NULL,
threads = NULL,
verbose = TRUE
)
... |
A list of |
stdouts , stderrs |
Specifies how the output/error streams of the child process are handled. One of or a list of following values:
For When a single file path is specified, the stdout/stderr of all commands will be merged into this single file. |
stdins |
should the input be diverted? One of or a list of following values:
|
stdout_callbacks , stderr_callbacks |
One of or a list of following values:
|
timeouts |
Timeout in seconds. Can be a single value or a list, specifying the maximum elapsed time for running the command in the separate process. |
threads |
Number of threads to use. |
verbose |
A single boolean value indicating whether the command execution should be verbose. |
A list of exit status invisiblely.
cmd_wd()
/cmd_envvar()
/cmd_envpath()
/cmd_conda()
cmd_on_start()
/cmd_on_exit()
cmd_on_succeed()
/cmd_on_fail()
cmd_parallel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.