Skip to content

xtable html links

3 messages · Tim Smith, Liviu Andronic, Gabor Grothendieck

#
On Fri, Dec 5, 2008 at 9:43 PM, Tim Smith <tim_smith_666 at yahoo.com> wrote:
Perhaps hwriter [1] could be of use. Check its home page.
Liviu

[1] http://cran.at.r-project.org/web/packages/hwriter/index.html
#
Try this:

 print(xtable(mat2), type = "html", file = "test.html",
sanitize.text.function = force)
On Fri, Dec 5, 2008 at 3:43 PM, Tim Smith <tim_smith_666 at yahoo.com> wrote: