View source: R/rdf_helperFunctions.R
| rdfSlotToXTS | R Documentation |
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 |
slot |
string of slot name that exists in |
an XTS object with the selected slot data
pe <- RWDataPlyr:::rdfSlotToXTS(keyRdf, 'Mead.Pool Elevation')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.