search for: tp22558454p22581029

Displaying 1 result from an estimated 1 matches for "tp22558454p22581029".

2009 Mar 17
1
the quote problem with readLines()
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