Shut down virtual environment

shutdown_virtual_env(env_name = PYTHON_R_ENV, force = TRUE)

Arguments

env_name

an environment name to use for new virtual or conda environments.

force

Logical (TRUE/FALSE). If FALSE, confirm before removing packages or virtual environments

Details

Call this to shutdown a virtual environment

This will shut down the environment... Shutting it down means you'd have to install the packages again, should we need them again. Given that, you should only shut this down -if you are done- using the python packages.