install.conda | R Documentation |
Downloads and installs the latest version of miniconda for Windows.
install.conda(version = 3, bitNo = "auto", ...)
version |
2 or 3. Default is 3 |
bitNo |
32 or 64. Defaults is "auto" to check system. |
... |
extra parameters to pass to install.URL |
Miniconda is minimal version of anaconda for python.
TRUE/FALSE - was the installation successful or not.
Tal Galili and A. Jonathan R. Godfrey and Chanyub Park
## Not run: install.conda() install.conda(version = 3) install.conda(3) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.