Dear R users, Thanks for the great help, to read and work with the file 'save ' and 'load' are indeed easy to use, don't know why it did not work befor but now it does, thx
And to paste it to words, the xtable pkg is indeed very useful. for people with the same proble as me, here is what i did, >dir.create ( file.path ( "C:/Documents and Settings/My Documents/Data folder" , "R2HTML" )) > >HTMLStart ( file.path ( "C:/Documents and Settings/My Documents/Data folder" , "R2HTML" ) , HTMLframe=FALSE , Title=" EDA data.frame " , autobrowse=FALSE) > >as.title("EDA data.frame") > >R.data.frame > >HTMLStop() regards, tom Disclaimer: click here [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.