On Fri, Mar 15, 2013 at 10:52 AM, Brian Smith wrote:
> 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:
A csv file is a plan text file and by definition doesn't have
hyperlinks. If you want a hyperl
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
2 matches
Mail list logo