Re: [R] Operating on RC in a list

2017-06-08 Thread Mohan.Radhakrishnan
I am replying to my question. AFAIK dplyr works only with data frames. So I flattened the RC's like this. A pure OO approach and a functional representation of it are at loggerheads. I think. filteredmeasurements <- keep(measure

[R] Operating on RC in a list

2017-06-07 Thread Mohan.Radhakrishnan
Hi, I have a hierarchy of such classes. Subject has a list of measurements. Let assume I have a list of such 'Subject' RC's. Can I use dplyr to navigate from Subject to the list of measurement RC's and filter and group data ? dplyr should be able to call the methods on these RC's to operate on