Skip to contents

Function for requesting the version of a specific python package.

Usage

get_py_package_version(package_name)

Arguments

package_name

string Name of the package.

Value

Returns the version as string or NA if the package does not exist.

See also