[R] storing output in html or pdf table format.

cls59 chuck at sharpsteen.net
Tue Jul 28 07:44:14 CEST 2009



Albert EINstEIN wrote:
> 
> Hi every one,
> Thanks for every one who are all supporting to us. we want some
> clarification on output in R. I have generated summary statistics output
> for dataset (E.g. sales) in output window. Now i want  to store that
> output in a html or pdf in a table format. if possible can any one provide
> code for this one.
> 
> Thanks in advance.  
> 
> 

You might want to check out the xtable package:

install.packages('xtable')

The vignette contains some examples of what it can produce in a PDF file
through LaTeX. I believe the package also supports output to HTML tables:

vignette('xtableGallery')

-Charlie

-----
Charlie Sharpsteen
Undergraduate
Environmental Resources Engineering
Humboldt State University
-- 
View this message in context: http://www.nabble.com/storing-output-in-html-or-pdf-table-format.-tp24692508p24692850.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list