View source: R/conda_py_install.R
conda_py_install | R Documentation |
combined installation of conda/py packages in one call
conda_py_install(env_name, pkgs = list(conda = "python", py = NULL), ...)
env_name |
name of conda environment |
pkgs |
named list of conda/py packages to install (default: list(conda = "python", py = NULL)) |
... |
additional arguments passed to |
creates conda environment and returns path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.