View source: R/find_python_path.R
find_python_path | R Documentation |
Find the python file for a specific env
find_python_path(
conda_env = "echoR_mini",
method = c("basilisk", "reticulate"),
verbose = TRUE
)
conda_env |
Conda environment name. |
method |
Method to use:
|
verbose |
Print messages. |
# importFrom reticulate conda_list
python <- find_python_path(conda_env = "echoR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.