Re: [R] use read.table for a partial reading

2010-04-10 Thread Henrique Dallazuanna
Try this also: your_data <- read.table('your_file.txt', colClasses = c('character', 'character', rep(NULL, 18))) On Thu, Apr 8, 2010 at 11:05 AM, Covelli Paolo wrote: > Hi everyone, > > I've got a matrix data with 20 variables (V1, V2, V3, ...) and 215 rows > (observations). I'm interested to re

Re: [R] use read.table for a partial reading

2010-04-10 Thread Robert Baer
- Original Message - From: "Covelli Paolo" To: Sent: Thursday, April 08, 2010 9:05 AM Subject: [R] use read.table for a partial reading Hi everyone, I've got a matrix data with 20 variables (V1, V2, V3, ...) and 215 rows (observations). I'm interested to rea

[R] use read.table for a partial reading

2010-04-08 Thread Covelli Paolo
Hi everyone, I've got a matrix data with 20 variables (V1, V2, V3, ...) and 215 rows (observations). I'm interested to read only the first and second variables using "read.table" function. How can I do? Thanks in advance. Paolo. __ R-help@r-proj