check_all_msgs: Output all messages with timestamps

Description Usage Arguments Value Examples

View source: R/checking.R

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

1
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

1
2
3
4
5
6
## Not run: 
library(VWPre)
# Check all messages in the data...
check_all_msgs(data = dat)

## End(Not run)

VWPre documentation built on Nov. 30, 2020, 1:08 a.m.