tjmahr / lookr

Scripts for looking-while-listening and visual-world eyetracking experiments
Other
7 stars 2 forks source link

frame_attributes #14

Closed tjmahr closed 9 years ago

tjmahr commented 9 years ago

want to write

frame_attributes(trials, attributes = c(Subj = "Subject", "TrialNo", "FakeAttributeName"))

which would return a data.frame

data.frame(
  Subj = trials %@% "Subject",
  TrialNo = trials %@% "TrialNo")