[R] R2HTML adding caption to data-frame
Matthew.Kelly@csiro.au
Matthew.Kelly at csiro.au
Wed Mar 3 01:54:17 CET 2004
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
More information about the R-help
mailing list