View source: R/ep.eye_parse_events_helpers.R
ep.eye_check_requested_msg | R Documentation |
Compare requested (from config) and extracted (from ep.eye$raw) messages for completeness within a single event
ep.eye_check_requested_msg(ep.eye, msg_seq, eventnum)
ep.eye |
ep.eye object that has been previously initialized and tidied |
msg_seq |
List of optional message sequence arguments passed in config file. Can contain |
eventnum |
numeric value of the event number to check |
df a data.frame with columns c("requested", "match", and "extracted") which provide a mapping between all messages that should be within a given event and the actual message that is extracted from the .edf file. all(match) == TRUE indicates that all requested messages are contained within the et.msgs in the .edf file (good thing).
Nate Hall
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.