insert_idle_events | R Documentation |
Takes the event data from a single participation and returns the data
including additional events that are marked as idle when the participant was
not active for more than idle_time
seconds.
insert_idle_events(event_list, idle_time = 5)
event_list |
A list including the event data |
idle_time |
Numeric describing after how many seconds an event is considered as idle. |
An event list including additional idle events
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.