Re: [R] xtable html links

2008-12-06 Thread Gabor Grothendieck
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 <[EMAIL PROTECTED]> wrote: > Hi, > > I was trying to get hyperlinks using xtable, but couldn't get the hyperlinks > to function properly. For example, if I

Re: [R] xtable html links

2008-12-06 Thread Liviu Andronic
On Fri, Dec 5, 2008 at 9:43 PM, Tim Smith <[EMAIL PROTECTED]> wrote: > I was trying to get hyperlinks using xtable, but couldn't get the hyperlinks > to function properly. For example, if I use > Perhaps hwriter [1] could be of use. Check its home page. Liviu [1] http://cran.at.r-project.org/web/

[R] xtable html links

2008-12-06 Thread Tim Smith
Hi, I was trying to get hyperlinks using xtable, but couldn't get the hyperlinks to function properly. For example, if I use ## Try to link NY times website to every figure in column 4 mat <- matrix(1:43,6,5) mat[,5] <- "http://nytimes.com"; for(i in 1:nrow(mat)){ strr <- paste('', mat[i,4