downgrade_pip {mhcnuggetsr} | R Documentation |
Downgrade pip.
Description
Set the version of pip to a specific earlier version.
Usage
downgrade_pip(version = "9.0.0")
Arguments
version |
pip version |
Value
Nothing
Author(s)
Richèl J.C. Bilderbeek
See Also
use upgrade_pip to set pip to the latest version. Use set_pip_version to install a specific version of pip
Examples
## Not run:
if (is_pip_installed()) {
downgrade_pip()
}
## End(Not run)
[Package mhcnuggetsr version 1.1 Index]