A Function To Generate HTML Anchors
This function will take a set of links and titles and will generate HTML anchor tags out of these values
makeAnchor(link, title, toMain = FALSE)
link |
A vector of URLs |
title |
A vector of website names |
toMain |
Used for frame pages |
A vector of HTML anchor tags
Jeff Gentry
makeAnchor("http://www.bioconductor.org","Bioconductor")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.