Skip to content
Prev 244191 / 398506 Next

fast subsetting of lists in lists

I tried to hide the gory details as the structure of my datasets is
rather complicated. Basically its a long list of lists which in turn
contain character vectors, dates, numerics and dataframes, all named.
While the hierarchy is fixed neither the number of elements nor their
ordering is. But if I try to access a certain element, then I know it is
there and contains sensible data.
For a typical day of measurements the whole package weights around 1
GiB. How often and what I need to extract varies as the analyses is
rather dynamic.

As far as I can see a thorough refactoring of the datasets so that
everything is contained in one large dataframe might be a solution. But
I wouldn't be too unhappy if I could avoid this rather tedious work.

Alex


Am 07.12. 18:26, schrieb William Dunlap: