[tech-spec] Re: Problems with DateTime Classes-

  • From: "Vincent C. Fulco" <vfulco@xxxxxxxxxxxxx>
  • To: tech-spec@xxxxxxxxxxxxx
  • Date: Wed, 30 Mar 2005 15:52:11 -0500

I will give it a try asap. Core() seems like quite a breakthru type function. Just when i feel that I've made some progress, wham with a new data manipulation that takes me a while to figure out.

Much appreciated.

Vince

BBands wrote:

Hi Vince,

The following works for me:

library(its)
x <- priceIts(instrument="INTC", start="2005-01-01", quote="Close")
names(x) <- "Close"
x <- data.frame(core(x))
str(x)

`data.frame':   59 obs. of  1 variable:
$ Close: num  23.1 22.6 22.4 22.5 22.8 ...

'core()' is one of those 'hidden' functions I got from Dirk.

Hope that helps,

jab




Other related posts: