watchme_summarize_events: Creates a table with summary statistics for event of each...

Description Usage Arguments Value Examples

Description

Creates a table with summary statistics for event of each (sub)category.

Usage

1

Arguments

eventTable

a table of events created with thewatchme_aggregate function (or having the same structure).

Value

A data table with the (sub)category, the number of identified events, the average number of pictures, and the average duration in seconds.

Examples

1
2
3
data('coding_example')
eventTable <- watchme_aggregate(df = coding_example)
watchme_summarize_events(eventTable)

masalmon/watchme documentation built on May 21, 2019, 12:41 p.m.