PDA

View Full Version : import files into R


Lise
April 7th, 2007, 09:57 AM
Hi

I am completely new in R-language,
I want to import a text (or xls/gnumeric/ods) files into R , to work with it in rkward (a nice tool )

Somebody who knows this?

grtz
Annelies

NikoC
April 7th, 2007, 01:24 PM
I just googled 'R tutorial' and it gave me a truckload on how to work/import/make graphs with R.

machoo02
April 8th, 2007, 10:39 PM
save whatever file you have as a comma separate values (.csv). R has a really nice import function for these types of files called read.csv().