[Solved] to get data.frame from xts form data [closed]

Here’s a crack at what you want. I think your problem starts with how SDB is stored. To see what an object looks like use str. I don’t know what an xts object is but using str helps me determine how to pull out the pieces I want. str(SDB) > str(SDB) An ‘xts’ object from … Read more