Skip to content
Prev 66011 / 398502 Next

working with pairlists imported from HDF5, converting to data frames?

Does do.call("data.frame", effective) work?  I think it ought to.
If not, as.data.frame(as.list(effective)) would appear to.  In fact almost 
anything you do to a pairlist will turn it into a list, e.g. effective[].

This is really a bug in the hdf5 package, one that you should raise with 
the authors. The help says that groups map to lists, not pairlists, and 
pairlist -> list is easy at C level via PairToVectorList.
On Wed, 16 Mar 2005, Paul Johnson wrote: