Skip to content
Prev 1940 / 398506 Next

Newbie query - reading data into R

Prof Brian Ripley <ripley at stats.ox.ac.uk> writes:
So does read.table on Unix - I don't remember it doing anything else?
And with the original data (TAB separated and with a header for col.1
too), I got
City Number
1       Napier    324
2     Auckland    657
3   Wellington    879
4 Christchurch    904
[1] "data.frame"

I.e. no problem. ???