| uninstall_backend | R Documentation |
Stops the running server (if any), removes the Python environment created by
install_backend(), and clears the saved configuration.
uninstall_backend(method = c("pip", "conda", "uv"), envname = "midas2_env")
method |
Character. One of |
envname |
Character. Name of the virtual environment to remove
(default |
No return value, called for side effects.
## Not run:
uninstall_backend()
uninstall_backend(method = "conda")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.