| cmd_wd | R Documentation |
Setup the context for the command
cmd_wd(command, wd = NULL)
cmd_envvar(command, ..., action = "replace", sep = NULL)
cmd_envpath(command, ..., action = "prefix", name = "PATH")
cmd_conda(command, ..., root = NULL, action = "prefix")
command |
A |
wd |
A string or |
... |
<dynamic dots>:
|
action |
Should the new values |
sep |
A string to separate new and old value when |
name |
A string define the PATH environment variable name. You
can use this to define other |
root |
A string specifying the path to the conda root prefix. By
default, it utilizes the environment variable
|
cmd_wd: The command object itself, with working directory updated.
cmd_envvar: The command object itself, with running environment
variable updated.
cmd_envpath: The command object itself, with running environment
variable specified in name updated.
cmd_conda: The command object itself, with running environment
variable PATH updated.
cmd_wd(): define the working directory.
cmd_envvar(): define the environment variables.
cmd_envpath(): define the PATH-like environment variables.
cmd_conda(): Set conda-like path to the PATH environment
variables.
cmd_run()/cmd_help()/cmd_background()
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.