blink_summary: Check blinks

Description Usage Arguments Value Examples

View source: R/utilities.R

Description

blink_summary summarizes Eyelink marked blinks by Event, Subject, or Item.

Usage

1
blink_summary(data, Summary = "Event", ReturnData = FALSE)

Arguments

data

A data table object output by create_time_series.

Summary

A character string indicating the type of summary.

ReturnData

A logical indicating whether to return a data table containing Start Time information for each event.

Value

Summary information

Examples

1
2
3
4
5
6
7
# Load example data
data("Pupilex3")

blink_summary(Pupilex3, Summary = "Event")

# Please see the vignettes for detailed example usage.
# vignette("PupilPre_Basic_Preprocessing", package="PupilPre")

PupilPre documentation built on March 14, 2020, 1:08 a.m.