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")