View source: R/install_miniconda.R
install_miniconda | R Documentation |
install_miniconda
install_miniconda( path = reticulate::miniconda_path(), update = TRUE, force = FALSE )
path |
The path in which Miniconda will be installed. Note that the installer does not support paths containing spaces. See miniconda_path for more details on the default path used by reticulate. |
update |
Boolean; update to the latest version of Miniconda after install? (default: TRUE) |
force |
Boolean; force re-installation if Miniconda is already installed at the requested path? (default: FALSE) |
installs Miniconda at requested path (or skips in case already installed, where reticulate would otherwise throw an error!)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.