Learn R Programming

PupilPre (version 0.6.2)

blink_summary: 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

Run this code
# NOT RUN {
# Load example data
data("Pupilex3")

blink_summary(Pupilex3, Summary = "Event")

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

# }

Run the code above in your browser using DataLab