Skip to contents

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()`.