Learn R Programming

mhcnuggetsr (version 1.1)

get_pip_version: Get the version of pip

Description

Get the version of pip

Usage

get_pip_version()

Arguments

Value

a string that is a version, for example 20.2

Examples

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

Run the code above in your browser using DataLab