downgrade_pip {mhcnuggetsr} | R Documentation |
Set the version of pip to a specific earlier version.
downgrade_pip(version = "9.0.0")
version |
pip version |
Nothing
Richèl J.C. Bilderbeek
use upgrade_pip to set pip to the latest version. Use set_pip_version to install a specific version of pip
## Not run:
if (is_pip_installed()) {
downgrade_pip()
}
## End(Not run)