display_Rd {document} | R Documentation |
Display the Contents of an R Documentation File
Description
This is meant for internal use by man
.
Usage
display_Rd(rd_file)
Arguments
rd_file |
The path to the Rd file to be displayed. |
Value
The return value of removing the temporary file.
Note
The Contents are converted to text with Rdconv
and then saved
to a temporary file which is then displayed using the R pager.
Using cat
on the text would not allow for using different
pagers.
[Package document version 4.0.1 Index]