knit_rd_all()
is a wrapper around knit_rd()
to build static
HTML help pages for all packages under the knit_rd(pkg, links = tools::findHTMLlinks(), frame = TRUE)knit_rd_all()
Rd2HTML
knit_rd("maps")
knit_rd("rpart")
setwd(system.file("html", package = "ggplot2"))
knit_rd("ggplot2") # time-consuming!
knit_rd_all() # this may take really long time if you have many packages installed
Run the code above in your browser using DataLab