Skip to content
Prev 17574 / 398502 Next

Small Functions for Writing HTML Files

Hello All,

I wrote this small set of functions for writing HTML files on the fly so I 
could do reports from R.  Nothing fancy.  I may expand on this and make it 
more generic, but for now, it works and I'm happy with it.

Thought I would share them with everyone to get some  feedback.  Also, I'm 
not sure if there is already something like this available.

The html-test.r file shows you how to use the html.r functions.  Combined 
with the xtable library, this is pretty handy.

Thanks for your time.