rstudioapi (version 0.13)

previewRd: Preview an Rd topic in the Help pane

Description

Preview an Rd topic in the Help pane.

Usage

previewRd(rdFile)

Arguments

rdFile

The path to an .Rd file.

Examples

Run this code

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

Run the code above in your browser using DataLab