Learn R Programming

PressPurt (version 1.0.2)

set_python_conda: Set Python Conda environment

Description

This function sets your conda environment. Run this command before PreprocessMatrix. Install python dependencies in the same conda environment that you set here. To make a new conda environment use the create_conda_env function.

Usage

set_python_conda(condaenv, verbose = TRUE)

Arguments

condaenv

Specify conda environment name

verbose

TRUE or FALSE. When TRUE, shows python and conda configuration. Default: TRUE

Value

None

Examples

Run this code
# NOT RUN {
set_python_conda(
    condaenv = "r-reticulate", 
    verbose = TRUE)
# }

Run the code above in your browser using DataLab