cmd_on_start | R Documentation |
Schedule expressions to run
cmd_on_start(command, ...)
cmd_on_exit(command, ...)
cmd_on_fail(command, ...)
cmd_on_succeed(command, ...)
command |
A |
... |
The expressions input will be captured with
|
cmd_on_start
: The command
object itself, with the start code updated.
cmd_on_exit
: The command
object itself, with the exit code updated.
cmd_on_fail
: The command
object itself, with the failure code updated.
cmd_on_succeed
: The command
object itself, with the successful code
updated.
cmd_on_start()
: define the startup code of the command
cmd_on_exit()
: define the exit code of the command
cmd_on_fail()
: define the failure code of the command
cmd_on_succeed()
: define the successful code of the command
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.