create_conda_env: 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")
Value
Creates conda environment for GeneSelectR package called 'GeneSelectR_env'. If environment already exists, returns a message indicating that the environment is there.
Arguments
- conda_env
The name of the Conda environment to create.