Description Usage Arguments Value Author(s) See Also Examples
View source: R/downgrade_pip.R
Set the version of pip to a specific earlier version.
1 | downgrade_pip(version = "9.0.0")
|
version |
pip version |
Nothing
Rich<c3><a8>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
1 2 3 4 5 6 | ## Not run:
if (is_pip_installed()) {
downgrade_pip()
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.