devtools (version 0.8)

show_rd: Show an Rd file in a package.

Description

Show an Rd file in a package.

Usage

show_rd(pkg = ".", file, ...)

Arguments

pkg
package description, can be path or package name. See as.package for more information
file
topic or name Rd file to open.
...
additional arguments passed onto Rd2txt. This is particular useful if you're checking macros and want to simulate what happens when the package is built (stage = "build")