Find the python file for a specific env

find_python_path(conda_env = "echoR", verbose = TRUE)

Arguments

conda_env

Conda environment name.

verbose

Print messages.

Examples

# importFrom reticulate conda_list
python <- find_python_path(conda_env = "echoR")