blink_summary {PupilPre}R Documentation

Check blinks

Description

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

Usage

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

# Load example data
data("Pupilex3")

blink_summary(Pupilex3, Summary = "Event")

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


[Package PupilPre version 0.6.2 Index]