[R] Re ad Table

HansImGlück vikunja at gmx.net
Mon Jun 30 18:27:22 CEST 2008


Hi all, 

I have a problem with the function "read.table" 

I have a text file wich I want to analyse in R 

Example: 
Name  Heigth 
W1     22 
W2     45 

Expression: 
> parameters.W.df <- read.table("parameters.W.txt", header=TRUE,
> row.names=1) 

What I get back: 
Error in scan, line 1 has not 11 elements 

What should I try to slove the problem? 

Thanks 

-- 
View this message in context: http://www.nabble.com/Read-Table-tp18199273p18199273.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list