Learn R Programming

multicastR (version 1.3.0)

mc_read_eaf: Read EAF file content

Description

Reads a specified EAF file. As EAF files are XML files, this function relies on the xml2 package and XPath to do its job. The EAF file to be read must have a certain internal structure as dictated by the Multi-CAST design; see the Multi-CAST documentation for more information.

Usage

mc_read_eaf(eaffile)

Arguments

eaffile

Path to and filename of an EAF file to be converted.

Value

A data.table containing all data fields of the EAF file.