Get one slot out of an rdf list and put it in an XTS object
rdfSlotToXTS Takes a list created by read.rdf and convert the nested slot values over the multiple traces into an XTS array indexing over traces.
rdfSlotToXTS(rdf, slot)
rdf: list returned by read.rdfslot: string of slot name that exists in rdf that will be converted to a matrixan XTS object with the selected slot data
pe <- RWDataPlyr:::rdfSlotToXTS(keyRdf, 'Mead.Pool Elevation')
Related functions from the same R package
Useful links