Verena Do you mean word-sheet or is this a typo for 'work-sheet'? John Kane Kingston ON Canada
> -----Original Message----- > From: vwein...@gmail.com > Sent: Sat, 24 May 2014 00:31:44 +0200 > To: r-help@r-project.org > Subject: [R] How to illustrate data of a csv file as table (xtable?) > > Hello! > > I'd like to illustrate the data of an csv file as a nice table and copy > it > into my word-sheet. Currently, I am trying this with the xtable () > function > (latex output). > > Example Code: > > dfchar <- data.frame(Author = dat$author, Year = dat$year, Age = dat$age) > xtable(dfchar) > > Now, since there are some more variables and many more data sets I have > to > include, I need to change the table orientation to landscape*. *The size > of > the table should run over several pages. > > Does anyone know how to implement this with the xtable () function or can > provide me with an alternative function? > > Thank you very much in advance! > > Verena > > [[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. ____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop! ______________________________________________ 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.