conda_check: Check if the "transforEmotion" conda environment exists
Description
This function checks if the "transforEmotion" conda environment exists by
running the command "conda env list" and searching for the environment name
in the output.
Usage
conda_check()
Arguments
Value
A logical value indicating whether the "transforEmotion" conda
environment exists.