ep.eye_parse_events: Parse task config file, extracting essential task information

View source: R/ep.eye_parse_events.R

ep.eye_parse_eventsR Documentation

Parse task config file, extracting essential task information

Description

Parse task config file, extracting essential task information

Usage

ep.eye_parse_events(
  ep.eye,
  extract_event_func_path,
  csv_path,
  msg_seq,
  header = NULL
)

Arguments

ep.eye

ep.eye object that has been previously initialized and tidied

extract_event_func_path

Path to user-defined message parsing function here

csv_path

Path to write event .csvs to

msg_seq

List of optional message sequence arguments passed in config file. Can contain msg_start, msg_end, eval_middle, ordered. See the ep.eye_config vignette for details on these fields.

header

String for section header. Defaults to NULL

Value

ep.eye appended with important event-level information included.

Author(s)

Nate Hall


PennStateDEPENdLab/experiment.pipeline documentation built on April 14, 2024, 9:37 p.m.