Rdindex package:tools R Documentation _G_e_n_e_r_a_t_e _I_n_d_e_x _f_r_o_m _R_d _F_i_l_e_s _D_e_s_c_r_i_p_t_i_o_n: Print a 2-column index table with names and titles from given R documentation files to a given output file or connection. The titles are nicely formatted between two column positions (typically 25 and 72, respectively). _U_s_a_g_e: Rdindex(RdFiles, outFile = "", type = NULL, width = 0.9 * getOption("width"), indent = NULL) _A_r_g_u_m_e_n_t_s: RdFiles: a character vector specifying the Rd files to be used for creating the index, either by giving the paths to the files, or the path to a single directory with the sources of a package. outFile: a connection, or a character string naming the output file to print to. '""' (the default) indicates output to the console. type: a character string giving the documentation type of the Rd files to be included in the index, or 'NULL' (the default). The type of an Rd file is typically specified via the '\docType' tag; if 'type' is '"data"', Rd files whose _only_ keyword is 'datasets' are included as well. width: a positive integer giving the target column for wrapping lines in the output. indent: a positive integer specifying the indentation of the second column. Must not be greater than 'width/2', and defaults to 'width/3'. _D_e_t_a_i_l_s: If a name is not a valid alias, the first alias (or the empty string if there is none) is used instead.