[R] R error- "more columns than column names"

2013-06-05 Thread Sandro Magalhães
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://

Re: [R] How to convert factors to numbers

2012-03-24 Thread sandro
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

[R] How to convert factors to numbers

2012-03-23 Thread sandro
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