Description Usage Arguments Author(s) Examples
Appends Conda
settings to
.bashrc
and .condarc
.
1 2 3 4 5 6 | term_conda(
dir = Sys.getenv("HOME"),
overwrite = FALSE,
conda_path = NULL,
auto_activate_base = FALSE
)
|
dir |
Character string.
|
overwrite |
Logical.
Overwrite existing |
conda_path |
Character string.
Miniconda |
auto_activate_base |
Logical. Auto activate base. |
Ivan Jacob Agaloos Pesigan
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
term_conda(
dir = getwd(),
overwrite = TRUE,
conda_path = file.path(
Sys.getenv("HOME"),
".local",
"miniconda3"
),
auto_activate_base = TRUE
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.