Remove a conda environment
Arguments
- envname
The name of the conda environment to remove. If
NULL, uses the default scop environment name.- conda
The path to a
condaexecutable. Use"auto"to allowreticulateto automatically find an appropriatecondabinary. See Finding Conda andconda_binary()for more details.- force
Whether to force removal without confirmation. Default is
FALSE.