Preview an Rd topic in the Help pane

previewRd(rdFile)

Arguments

rdFile

Single element character vector containing the name of the Rd file to be displayed

Note

The previewRd function was added in version 0.98.191 of RStudio.

Examples

if (FALSE) { rstudioapi::previewRd("~/MyPackage/man/foo.Rd") }