spacy_uninstall: Uninstall spaCy conda environment
Description
Removes the conda environment created by spacy_install()
Usage
spacy_uninstall(conda = "auto", prompt = TRUE, envname = "spacy_condaenv")
Arguments
- conda
path to conda executable, default to "auto" which automatically
finds the path
- prompt
logical; ask whether to proceed during the installation
- envname
character; name of conda environment to remove