# load the example data that ships with trimr
data(exampleData)
# perform the trimming, returning mean RT
trimmedData <- absoluteRT(data = exampleData, minRT = 150, maxRT = 2500,
returnType = "mean")Run the code above in your browser using DataLab