"Upasna Sharma" <[EMAIL PROTECTED]> writes: > Hi > > I have a huge text file and .dat file from which I want to read data. I do > not need all the columns in the files. I want to extract only some columns > from the .txt file or the .dat file, because reading the entire file is > becoming very difficult due to memory issues. Is it possible to extract a > few columns from .txt or .dat file while reading the data in R?
You're not sayin what tools you are using to read in the first place, but notice that the colClasses argument to read.table can have NULL elements. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
