Learn R Programming

pm4py (version 1.2.7)

pm4py_available: Is the PM4Py module available

Description

Is the PM4Py module available

Usage

pm4py_available()

Arguments

Value

TRUE is PM4Py is installed

Examples

Run this code
# NOT RUN {
if (pm4py_available()) {
  print(pm4py_version())
}

# }

Run the code above in your browser using DataLab