Preview an Rd topic in the Help pane.

previewRd(rdFile)

Arguments

rdFile

The path to an .Rd file.

Note

The previewRd function was added in version 0.98.191 of RStudio.

Examples


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