Dear all, I read a file with all numbers with readLines function, as below, > f <- file("data.txt") > a <- readLines(f) but all the values in a are in format "....", and I cannot do the calculation with them since they are not numeric. I wonder how should I skip those quotes, thank you for help! I have to use readLines function instead of scan, read.table or matrix, because the size of file is quite large, and other function cannot allocate enough space/memory to read the input file.
Best, Dongyan -- View this message in context: http://www.nabble.com/the-quote-problem-with-readLines%28%29-tp22558454p22558454.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.