Hi,
see ? read.csv and use read.csv() to read the csv
file, after convert as a data.frame see:
? as.data.frame
it forces into a data.frame;
e.g. you've the data csv file: data.csv
mydata<-read.csv('C:/data.csv')
mydf<-as.data.frame(mydata) ## data as dataframe
bye
Vito
Is there a method that converts a csv file to a data
frame ?
M
=====
Diventare costruttori di soluzioni
Visitate il portale http://www.modugno.it/
e in particolare la sezione su Palese http://www.modugno.it/archivio/cat_palese.shtml
___________________________________
http://it.seriea.fantasysports.yahoo.com/
______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html