check_talkr {talkr} | R Documentation |
Check the presence of talkr-workflow columns in the dataset.
Description
Uses check_columns() to check for: - begin - end - participant - utterance - source - uid
Usage
check_talkr(data)
Arguments
data |
dataset to check |
Details
Verifies that begin and end columns are numeric, and likely indicate milliseconds.
[Package talkr version 0.1.3 Index]