Utilitas untuk mengonversi file dalam format dokumentasi R (Rd) ke format lain atau membuat indeks darinya, dan untuk mengonversi dokumentasi dalam format lain ke format Rd.
<code>R CMD Rdconv [options] file</code>
<code>R CMD Rd2pdf [options] files</code>
| Parameter | Deskripsi |
|---|---|
file |
the path to a file to be processed. |
files |
a list of file names specifying the R documentation sources to use, by either giving the paths to the files, or the path to a directory with the sources of a package. |
options |
further options to control the processing, or for obtaining information about usage and version of the utility. |