[R] R2HTML adding caption to data-frame

Uwe Ligges ligges at statistik.uni-dortmund.de
Wed Mar 3 09:14:44 CET 2004


Matthew.Kelly at csiro.au wrote:

> Hi,
> I was wondering if there was an easy way to add a caption to a data frame when it is being sent to a html page using R2HTML. 
> 
> currently the following command will produce a reasonably formatted table in a html file
> HTML(mydataframe)
> 
> It would be good if you could send caption with the table something like 
> HTML(lCaption="my table caption",mydataframe) # this works but leaves a blank line and caption is outside the table definition in the html source produced
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Please send feature requests related to packages to the package maintainer.

   library(help=R2HTML)
...
Maintainer: Eric Lecoutre <lecoutre at stat.ucl.ac.be>
...

I'm sure Eric (in CC) will appreciate your comments.


Uwe Ligges




More information about the R-help mailing list