staticdocs (version 0.1)

parse_rd: Parse an rd file in to staticdocs format.

Description

Rd files are pretty printed with structural elements coloured blue, and leaves are given a short prefix: \" = text, \' = verbatim, and > = R code.

Usage

parse_rd(topic, package)

Arguments

topic
topic name, as character vector
package
package name, as character vector

Examples

Run this code
parse_rd("whisker.render", "whisker")

Run the code above in your browser using DataLab