read_xes {xesreadR} | R Documentation |
read_xes
Description
Extracts eventlog from a xes-file.
Usage
read_xes(xesfile = file.choose(), validate = TRUE)
Arguments
xesfile |
Reference to a .xes file, conforming to the xes-standard. |
validate |
When 'TRUE' some basic checks are run on the contents of the event log such as that activity instances are not connected to more than one case or activity. Using 'FALSE' improves the performance by skipping those checks and allows to import XES files that do not conform to bupaR requirements. |
See Also
[Package xesreadR version 0.2.3 Index]