File: makeAnchor.Rd

package info (click to toggle)
r-bioc-annotate 1.84.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,624 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\name{makeAnchor}
\alias{makeAnchor}
\title{A Function To Generate HTML Anchors}
\description{
  This function will take a set of links and titles and will generate
  HTML anchor tags out of these values
}
\usage{
makeAnchor(link, title, toMain = FALSE)
}
\arguments{
  \item{link}{A vector of URLs}
  \item{title}{A vector of website names}
  \item{toMain}{Used for frame pages}
}
\value{
  A vector of HTML anchor tags
}
\author{Jeff Gentry}
\examples{
makeAnchor("http://www.bioconductor.org","Bioconductor")
}
\keyword{utilities}