Skip to content
Prev 7097 / 15274 Next

xts / split time series issue

We load historical data (as from CSV files), split() and then xts here.

Alternately, you can likely get a list of unique() symbols in your xts, 
and then loop through them and assign to a variable named for 'symbol', 
with something like

assign('ZUT',table[table$symbol=='ZUT',c('open','high','low','close','volume')])

Cheers,

   - Brian
On 12/13/2010 04:20 PM, Nick Torenvliet wrote: