Re: [R] R2HTML adding caption to data-frame

2004-03-03 Thread Uwe Ligges
[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

[R] R2HTML adding caption to data-frame

2004-03-02 Thread Matthew.Kelly
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