View source: R/python_env_setup.R
create_conda_env | R Documentation |
This function creates a Conda environment if it doesn't already exist.
create_conda_env(conda_env = "GeneSelectR_env")
conda_env |
The name of the Conda environment to create. |
Creates conda environment for GeneSelectR package called 'GeneSelectR_env'. If environment already exists, returns a message indicating that the environment is there.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.