check_all_msgs: Output all messages with timestamps
Description
check_all_msgs outputs all sample messages present in the data.
Optionally, the result can be output to a dataframe containing all event-level
information.
Usage
check_all_msgs(data, ReturnData = FALSE)
Value
All Sample Messages found in the data.
Arguments
data
A data table object output by prep_data,
align_msg, or create_time_series.
ReturnData
A logical indicating whether to return a data table
containing Message Time information for each event.