make.function.html           package:base           R Documentation

_U_p_d_a_t_e _H_T_M_L _d_o_c_u_m_e_n_t_a_t_i_o_n _f_i_l_e_s

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

     Functions to re-create the HTML documentation files to reflect all
     installed packages. `make.function.html' creates the alphabetical
     list of functions, `make.packages.html' creates the list of
     packages, and `make.search.html' creates the database used by the
     Java search engine. `link.html.help' runs all three.

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

     link.html.help(verbose=FALSE)
     make.function.html()
     make.packages.html()
     make.search.html()

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

 verbose: logical. If true, print out a message. For use to explain a
          delay when called from other functions.

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

     No value is returned. The file `R_HOME\doc\html\function.html',
     `R_HOME\doc\html\packages.html' or
     `R_HOME\doc\html\search\index.txt' is (re-)created.

_N_o_t_e:

     You will need write permission in the `R_HOME\doc\html' directory.

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

     Guido Masarotto and Brian Ripley

