Description Usage Arguments Value
Reticulate's conda_install with silent output and json output capability
1 2 3 4 5 6 7 8 | conda_install_silentJSON(
envname = NULL,
packages,
forge = TRUE,
channel = character(),
conda = "auto",
...
)
|
forge |
Boolean; include the [Conda Forge](https://conda-forge.org/) repository? |
channel |
An optional character vector of Conda channels to include. When specified, the 'forge' argument is ignored. If you need to specify multiple channels, including the Conda Forge, you can use 'c("conda-forge", <other channels>)'. |
Nothing returned, packages are installed in specified environment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.