clear_env: Remove the automatically created slendr Python environment
Description
Remove the automatically created slendr Python environment
Usage
clear_env(force = FALSE, all = FALSE)
Value
No return value, called for side effects
Arguments
- force
Ask before deleting any environment?
- all
Should all (present and past) slendr Python environments be removed
(default is FALSE
) or just the current environment?