\HeaderA{makeAnchor}{A Function To Generate HTML Anchors}{makeAnchor}
\keyword{utilities}{makeAnchor}
\begin{Description}\relax
This function will take a set of links and titles and will generate
HTML anchor tags out of these values
\end{Description}
\begin{Usage}
\begin{verbatim}
makeAnchor(link, title, toMain = FALSE)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{link}] A vector of URLs
\item[\code{title}] A vector of website names
\item[\code{toMain}] Used for frame pages
\end{ldescription}
\end{Arguments}
\begin{Value}
A vector of HTML anchor tags
\end{Value}
\begin{Author}\relax
Jeff Gentry
\end{Author}
\begin{Examples}
\begin{ExampleCode}
makeAnchor("http://www.bioconductor.org","Bioconductor")
\end{ExampleCode}
\end{Examples}


