install_miniconda {reticulate} | R Documentation |
Install Miniconda
Description
Download the Miniconda installer, and use it to install Miniconda.
Usage
install_miniconda(path = miniconda_path(), update = TRUE, force = FALSE)
Arguments
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 |
update |
Boolean; update to the latest version of Miniconda after install? |
force |
Boolean; force re-installation if Miniconda is already installed at the requested path? |
See Also
Other miniconda:
miniconda_path()
,
miniconda_update()
[Package reticulate version 1.20 Index]