Re: [R] simple data import of .csv

2010-04-10 Thread jim holtman
For that size file, it is the easiest to read in the entire file and then index just the portion that you want. On Sat, Apr 10, 2010 at 5:38 PM, doconnor wrote: > > A related question: how do I make R return only one column or row of the > .csv > file. For example, I have about 1000 rows and th

Re: [R] simple data import of .csv

2010-04-10 Thread doconnor
A related question: how do I make R return only one column or row of the .csv file. For example, I have about 1000 rows and three columns - can I import only certain rows or columns, like just column 1? Thank you!!! -- View this message in context: http://n4.nabble.com/simple-data-import-of-

Re: [R] simple data import of .csv

2010-04-10 Thread doconnor
Perfect, thank you!! -- View this message in context: http://n4.nabble.com/simple-data-import-of-csv-tp1835620p1835678.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/list

Re: [R] simple data import of .csv

2010-04-10 Thread William Revelle
Hello, I am a complete beginner to R. I use a mac and want to import and read a .csv dataset stored as .csv file. I understand I eventually enter <- read.csv("size.csv", header=T) , but I can't get R to find my file, which is called size.csv and located /Users/davidoconnor/Desktop/Eart-125/si

[R] simple data import of .csv

2010-04-10 Thread doconnor
Hello, I am a complete beginner to R. I use a mac and want to import and read a .csv dataset stored as .csv file. I understand I eventually enter <- read.csv("size.csv", header=T) , but I can't get R to find my file, which is called size.csv and located /Users/davidoconnor/Desktop/Eart-125/si