Package 'xesreadR'

Title: Read and Write XES Files
Description: Read and write XES Files to create event log objects used by the 'bupaR' framework. XES (Extensible Event Stream) is the `IEEE` standard for storing and sharing event data (see <http://standards.ieee.org/findstds/standard/1849-2016.html> for more info).
Authors: Gert Janssenswillen [aut, cre], BenoƮt Depaire [ctb]
Maintainer: Gert Janssenswillen <[email protected]>
License: MIT + file LICENSE
Version: 0.2.3.9000
Built: 2025-02-17 02:59:32 UTC
Source: https://github.com/gertjanssenswillen/xesreadr

Help Index


Case Attributes from Xes-file

Description

Extracts case attributes from a xes-file.

Usage

case_attributes_from_xes(xesfile = file.choose())

Arguments

xesfile

Reference to a .xes file, conforming to the xes-standard.

See Also

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


eventlog_from_xes

Description

Extracts eventlog from a xes-file.

Usage

eventlog_from_xes(xesfile = file.choose())

Arguments

xesfile

Reference to a .xes file, conforming to the xes-standard.

See Also

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


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

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


Case Attributes from Xes-file

Description

Extracts case attributes from a xes-file.

Usage

read_xes_cases(xesfile = file.choose())

Arguments

xesfile

Reference to a .xes file, conforming to the xes-standard.

See Also

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


Write XES file

Description

Function for writing xes-file

Usage

write_xes(eventlog, xesfile = file.choose(), case_attributes = NULL)

Arguments

eventlog

An event log object

xesfile

Destination file

case_attributes

List of columns containing case_attributes


xesreadR - Read and write XES fles

Description

Functions for reading and writing XES-files. XES (eXtensible Event Stream) is the IEEE standard for storing and sharing event data (see <http://standards.ieee.org/findstds/standard/1849-2016.html> for more info)