findhtmlhelp             package:svMisc             R Documentation

_F_i_n_d _t_h_e _H_T_M_L _h_e_l_p _f_i_l_e _a_s_s_o_c_i_a_t_e_d _w_i_t_h _a _t_o_p_i_c

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

     Get the path of the HTML help file associated with a topic, but do
     not display it. It can be used for contextual menu of objects in
     an object browser.

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

     findhtmlhelp(topic, package = .packages(), lib.loc = NULL, verbose = getOption("verbose"))

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

   topic: The topic to search 

 package: An optional package where to look at 

 lib.loc: The path of the local library 

 verbose: Verbose output 

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

     A character string containing the path of the HTML file, or "" if
     this file does not exist.

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

     Eric Lecoutre <lecoutre@stat.ucl.ac.be>

_S_e_e _A_l_s_o:

     'listMethods'

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

             findhtmlhelp("plot")
             findhtmlhelp("ls")

