check_all_msgs {VWPre} | R Documentation |
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.
check_all_msgs(data, ReturnData = FALSE)
data |
A data table object output by |
ReturnData |
A logical indicating whether to return a data table containing Message Time information for each event. |
All Sample Messages found in the data.
## Not run:
library(VWPre)
# Check all messages in the data...
check_all_msgs(data = dat)
## End(Not run)