create_conda_env {GeneSelectR} | R Documentation |
Create a specific Conda environment
Description
This function creates a Conda environment if it doesn't already exist.
Usage
create_conda_env(conda_env = "GeneSelectR_env")
Arguments
conda_env |
The name of the Conda environment to create. |
Value
Creates conda environment for GeneSelectR package called 'GeneSelectR_env'. If environment already exists, returns a message indicating that the environment is there.
[Package GeneSelectR version 1.0.1 Index]