remove_env | R Documentation |
Remove a Conda environment previously created by create_env()
.
remove_env(env_name = "condathis-env", verbose = "silent")
env_name |
Character. Name of the Conda environment where the packages are going to be installed. Defaults to 'condathis-env'. |
verbose |
Character string specifying the verbosity level of the function's output. Acceptable values are:
|
An object of class list
representing the result of the command
execution. Contains information about the standard output, standard error,
and exit status of the command.
## Not run:
condathis::with_sandbox_dir({
condathis::create_env(
packages = "fastqc",
env_name = "fastqc-env"
)
condathis::remove_env(env_name = "fastqc-env")
})
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.