Skip to content
Prev 174063 / 398503 Next

the quote problem with readLines()

readLines is doing exactly what you are asking:

Value
A character vector of length the number of lines read.

You still have to convert the character strings to numeric.  Exactly
how large is "quite large"?  What system are you running on?  How much
memory do you have?  What is the error message that you are getting?
Exactly what does your file look like?  Have you tried reading in
portions of the file?  How big will it be if you could read it in?
Will it take up more than 25% of real memory?  There is still some
information you need to provide so an assessment can be made.
On Tue, Mar 17, 2009 at 8:50 AM, Dongyan Song <yzhskdls at hotmail.com> wrote: