Hi all R users,
I download market data from Yahoo Finance to save file in csv.
But, I can't load data set into R successfully. I don't why ?
Below is error message. 

> data <- readSeries("D:/data.csv",header=T,sep=",")
Error in midnightStandard2(charvec, format) : 
  'charvec' has non-NA entries of different number of characters

Does anyone know what happen with me ?
thanks a lot.
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to