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.

______________________________________________
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.

Reply via email to