dev_help(topic, stage = "render",
type = getOption("help_type"))
"html"
or
"text"
. Defaults to your default documentation
type.library("ggplot2")
help("ggplot") # loads installed documentation for ggplot
load_all("ggplot2")
dev_help("ggplot") # loads development documentation for ggplot
Run the code above in your browser using DataLab