Skip to content

Removes the conda environment created by talkrpp_install()

Usage

talkrpp_uninstall(conda = "auto", prompt = TRUE, envname = "talkrpp_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

GitHub