Configures the Python environment used by STID through reticulate.
If conda_nm is not provided, the function tries to use the default
Miniconda environment managed by reticulate; if it is unavailable,
Miniconda will be installed automatically. If conda_nm is provided,
the function checks whether the specified Conda environment exists and then
activates it.
Arguments
- conda_nm
Character, name of an existing Conda environment to use. If
NULL, the default Miniconda path returned byminiconda_pathwill be used (default:NULL).- conda_path
Character, path to a Conda installation or environment. Currently reserved for future use and not used directly in this function (default:
NULL).