read_xes: read_xes

Description Usage Arguments See Also

View source: R/read_xes.R

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/


bupaverse/xesreadR documentation built on Nov. 4, 2019, 8:20 a.m.