get_pip_version {mhcnuggetsr}R Documentation

Get the version of pip

Description

Get the version of pip

Usage

get_pip_version()

Value

a string that is a version, for example 20.2

Author(s)

Richèl J.C. Bilderbeek

Examples

if (is_pip_installed()) {
  get_pip_version()
}

[Package mhcnuggetsr version 1.1 Index]