Re: [R] Importing a CSV file

2007-04-23 Thread Andrew Robinson
Hi Bill, here's what's going on. R needs you to provide an object name for the imported data. so, niwage <- read.csv("niwage.csv", header = TRUE) should do the trick. Andrew On Mon, Apr 23, 2007 at 09:18:01PM -0400, William Mabe wrote: > Hi, > > I'm trying to load .csv file into R (3790 b

[R] Importing a CSV file

2007-04-23 Thread William Mabe
Hi, I'm trying to load .csv file into R (3790 by 30). I'm having an odd difficulty. After I type: read.csv("niwage.csv", header = TRUE) the data appears on the screen. The last thirty or so observations appear on the screen and they have been read in correctly. However, when I type: dim(da