Skip to content

problem with read.table

1 message · Liaw, Andy

#
Could it be that there are spaces in the names that were read in?
X  Y  Z
1  1  3  5
2  2  4  6
[1] " X" " Y" " Z"
NULL

Andy