makeAnchor | R Documentation |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.