read_xes: read_xes

Description Usage Arguments See Also

Description

Extracts eventlog from a xes-file.

Usage

1
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

http://www.xes-standard.org/


xesreadR documentation built on May 2, 2019, 9:02 a.m.

Related to read_xes in xesreadR...