create_conda_env {GeneSelectR} | 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.