Description Usage Arguments Value See Also Examples
View source: R/reticulate_setup.R
Selects a Conda environment with Python packages used in singleCellTK
.
1 | selectSCTKConda(envname = "sctk-reticulate")
|
envname |
Character. Name of the conda environment to activate. |
None. Selects Conda environment.
conda-tools
for more information on using Conda environments with package reticulate
.
See https://rstudio.github.io/reticulate/ for more information on package reticulate
.
See sctkPythonInstallConda
for installation of Python modules into a Conda environment.
Seeconda-tools
for more information on using Conda environments with package reticulate
.
See https://rstudio.github.io/reticulate/ for more information on package reticulate
.
See https://docs.conda.io/en/latest/ for more information on Conda environments.
1 2 3 4 5 | ## Not run:
sctkPythonInstallConda(envname = "sctk-reticulate", selectConda = FALSE)
selectSCTKConda(envname = "sctk-reticulate")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.