[EMAIL PROTECTED] 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
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