devtools (version 0.7.1)

show_rd: Show an Rd file in a package.

Description

Show an Rd file in a package.

Usage

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

Arguments

pkg
package description, can be path or package name. See as.package for more information
file
name of Rd file to open. Can optionally omit Rd extension.
...
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")