View source: R/import_pySCA_module_using_reticulate.R
import_pySCA_module_using_reticulate | R Documentation |
import_pySCA_module_using_reticulate
import_pySCA_module_using_reticulate( virtualenv = NULL, condaenv = NULL, force_installing = FALSE )
virtualenv |
Either the name of, or the path to, a Python virtual environment. NULL if you do not want to specify. |
condaenv |
The name of the Conda environment to use. NULL if you do not want to specify. |
force_installing |
A boolean, if true, will create an env and install missing python modules. |
pySCA module
## Not run: library(reticulate) use_virtualenv("~/myenv") use_condaenv("myenv") pysca <- import_pySCA_module_using_reticulate pysca$scaTools ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.