I put header=TRUE and sep = ; and my problem was resolved.
read.csv("./scoreDb.csv",header = TRUE,sep=";"
Best Regards,
Sandro
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://
Thanks Natasha, Rainer and David. Your support allow me to solve the issue
with the factor number.
Sincerely
Sandro
--
View this message in context:
http://r.789695.n4.nabble.com/How-to-convert-factors-to-numbers-tp4498828p4501727.html
Sent from the R help mailing list archive at Nabble.com
e/n4498828/p_diarios.txt p_diarios.txt
setwd ("C:\\Users\\Sandro\\Dropbox\\R")
data.precios <- read.table ("p_diarios.txt ", header =TRUE
, dec=",", sep="\t")
Time <- data.precios$time # 01.02.2004 - 12.05.2011
Price <- data.precios$price # Historic
3 matches
Mail list logo