report_stats {talkr} | R Documentation |
Report corpus-level and conversation-level statistics
Description
Basic conversation statistics are reported to the console: - Corpus-level statistics, reporting on the dataset as a whole; - Conversation-level statistics, reporting per source.
Usage
report_stats(data)
Arguments
data |
talkr dataset |
Details
The input for this function must be a 'talkr' dataset, containing the columns 'source', 'participant', 'begin', and 'end'. Time stamps in the columns 'begin' and 'end' must be in milliseconds. To easily transform a dataset to a 'talkr' dataset, consult 'talkr::init()'.
Value
No return, just prints a summary to the console
[Package talkr version 0.1.3 Index]