Hey Gabor, just trying to understand this here..sorry for the noob question:
DF1 <- read.table(URL, skip = 1, header = TRUE, sep = ",", fill = TRUE, as.is = TRUE) I'm not to familiar with as.is, however I quickly read the R documentation on that. From my understanding it converts character to factor in terms of atomic vector class/mode...sorta like what colClasses would do. Why is it needed here for this specific case? -- View this message in context: http://r.789695.n4.nabble.com/uneven-vector-length-issue-with-read-zoo-tp4604287p4609382.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.