set_pip_version {mhcnuggetsr} | R Documentation |
Set the version of pip.
Description
Set the version of pip to a specific version, by installing that version.
Usage
set_pip_version(version)
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 downgrade_pip to set pip to a specific earlier version.
Examples
## Not run:
if (is_pip_installed()) {
set_pip_version("19.0")
}
## End(Not run)
[Package mhcnuggetsr version 1.1 Index]