create_conda_env: Create a specific Conda environment

View source: R/python_env_setup.R

create_conda_envR 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.


GeneSelectR documentation built on May 29, 2024, 4:01 a.m.