aggregate_events_internal | R Documentation |
Takes event data from a single participation (event codes, times, and durations) and returns an aggregatd form of the three vectors within a table.
aggregate_events_internal(..., substr_start, substr_stop, interval)
... |
List of arguments (in fact columns) of the event data from a single participation |
substr_start |
First character element to be considered in the name of the event |
substr_stop |
Last character element to be considered in the name of the event |
interval |
Number of seconds for each considered interval |
A list including the aggregated event data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.