Re: [R] as.xts convert all my numeric data to character

2009-12-19 Thread ivan popivanov
$Total, tt$P.C.Ratio) colnames(yy) = c("Call", "Put", "Total", "P.C.Ratio") The last line resets the column names. HTH > From: dlvanbr...@gmail.com > Date: Sat, 19 Dec 2009 18:11:50 -0500 > To: r-help@r-project.org > Subject: [R] as.xts conve

[R] as.xts convert all my numeric data to character

2009-12-19 Thread David L. Van Brunt, Ph.D.
Hello, all... I've been playing with the TTR package and quantmod, and I'm loading the Chicago Board of Exchange put/call ratio data via a simple read.csv call... CBOEtotal<-read.csv(file=" http://www.cboe.com/publish/ScheduledTask/MktData/datahouse/totalpc.csv ",skip=1) this gives me a data fram