home *** CD-ROM | disk | FTP | other *** search
-
- _P_r_o_d_u_c_e _p_r_o_t_o_t_y_p_e _o_f _a _h_e_l_p()-_f_i_l_e
-
- prompt(object=, filename=)
-
- prompt.default(object,
- filename = paste(name, ".man", sep = ""),
- force.function = FALSE)
-
- _A_r_g_u_m_e_n_t_s:
-
- object : (typically) an R function
-
- filename : name of the output file
-
- force.function : treat object as function in any case
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- The main goal is to facilitate the constructing of
- help() files for function documentation. An ASCII file
- filename is produced containing the proper function and
- argument names of object. You have to edit it before
- adding the documentation to the source tree, i.e.
- (currently) to $RHOME/src/library/base/man/.
-
- _S_e_e _A_l_s_o:
-
- help and the documentation about writing help-files,
- currently in the file $RHOME/mansrc/ABOUT.tex.
-
- _E_x_a_m_p_l_e_s:
-
- prompt(plot.default)
- prompt(interactive, force.f=TRUE)
-
-