Learn R Programming

VWPre (version 1.2.4)

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)

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.

Value

All Sample Messages found in the data.

Examples

Run this code
# NOT RUN {
library(VWPre)
# Check all messages in the data...
check_all_msgs(data = dat)
# }

Run the code above in your browser using DataLab