makeAnchor: A Function To Generate HTML Anchors

Description Usage Arguments Value Author(s) Examples

View source: R/html.R

Description

This function will take a set of links and titles and will generate HTML anchor tags out of these values

Usage

1
makeAnchor(link, title, toMain = FALSE)

Arguments

link

A vector of URLs

title

A vector of website names

toMain

Used for frame pages

Value

A vector of HTML anchor tags

Author(s)

Jeff Gentry

Examples

1
makeAnchor("http://www.bioconductor.org","Bioconductor")

annotate documentation built on Nov. 8, 2020, 8:14 p.m.