Learn R Programming

mhcnuggetsr (version 1.1)

downgrade_pip: 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

See Also

use upgrade_pip to set pip to the latest version. Use set_pip_version to install a specific version of pip

Examples

Run this code
# NOT RUN {
  if (is_pip_installed()) {
    downgrade_pip()
  }
# }

Run the code above in your browser using DataLab