View source: R/HelperFunctions.R
setPythonEnvironment | R Documentation |
Use the python environment created using configurePython()
setPythonEnvironment(envname = "PLP", envtype = NULL)
envname |
A string for the name of the virtual environment (default is 'PLP') |
envtype |
An option for specifying the environment as'conda' or 'python'. If NULL then the default is 'conda' for windows users and 'python' for non-windows users |
This function sets PatientLevelPrediction to use a python environment
A string indicating the which python environment will be used
## Not run: #' # create a conda environment named PLP
configurePython(envname="PLP", envtype="conda")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.