display_Rd: Display the Contents of an R Documentation File

View source: R/man.R

display_RdR 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.


document documentation built on July 9, 2023, 5:22 p.m.