Error in read.table
I am unable to specify the correct argument for row.names in the function read.table()
here is simple text:
name sex age height 1 x1 F 18 162 2 x2 M 19 170 3 x3 M 21 178 4 x4 F 22 166 5 x5 F 23 165
when i read:
data1=read.table('test',head=T,sep='',row.names=T) invalid 'row.names' specification data1=read.table('test',head=T,sep='',row.names=T) invalid 'row.names' specification
Other info:
