Hi,

I was wondering if it is possible to create a hyperlink in a csv file using
R code and some package. For example, in the following code:

links <- cbind(rep('Click for Google',3),"http://www.google.com";)
write.table(links,'test.csv',sep=',',row.names=F,col.names=F)


the web address should be linked to 'Click for Google'.

many thanks!

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to