mkHelpDir               package:memisc               R Documentation

_C_o_l_l_e_c_t _H_T_M_L _D_o_c_u_m_e_n_t_a_t_i_o_n

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

     'mkHelpDir' generates 'HTML' documentation shown by 'help.start'
     and puts it into a specified directory.

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

     mkHelpDir(path="~/R")

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

    path: a character string; specifies the directory where to put the
          documentation. By default the '"R"' subdirectory in the
          user's home directory.

