knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

help

The package help helps you get the content of your help files into a list.

Install with:

remotes::install.github("moodymudskiper/help")

Example

This is a basic example which shows you how to solve a common problem:

# equivalent calls :
# doc(base::mean)
# doc(mean, "base")
# doc("mean", "base")
help::doc(mean)

Note that the output has been simplified from the \\code{...} etc that are found in the help files, to get the raw version set simplify to FALSE.



moodymudskipper/help documentation built on Nov. 4, 2019, 7:29 p.m.