makeAnchor             package:annotate             R Documentation

_A _F_u_n_c_t_i_o_n _T_o _G_e_n_e_r_a_t_e _H_T_M_L _A_n_c_h_o_r_s

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

     makeAnchor(link, title, toMain = FALSE)

_A_r_g_u_m_e_n_t_s:

    link: A vector of URLs

   title: A vector of website names

  toMain: Used for frame pages

_V_a_l_u_e:

     A vector of HTML anchor tags

_A_u_t_h_o_r(_s):

     Jeff Gentry

_E_x_a_m_p_l_e_s:

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

