Skip to content
Prev 1941 / 398506 Next

Newbie query - reading data into R

(On R? Your own example shows it does not!)
On Splus 3.4:
Number 
      Napier    324
    Auckland    657
  Wellington    879
Christchurch    904

which is not the same as R 0.63.2:
City Number
1       Napier    324
2     Auckland    657
3   Wellington    879
4 Christchurch    904

is it?  That was my point: read.table in R and S-PLUS are subtly different.