View source: R/DefaultReporters.R
DefaultReporters | R Documentation |
Instantiates a list of default reporters to feed into
CreatePackageReport
.
DefaultReporters()
Default reporters are:
SummaryReporter
DependencyReporter
FunctionReporter
Note, InheritanceReporter
is not included in the default list.
If desired, append a new instance of InheritanceReporter
to the DefaultReporters
list.
ex:
c(DefaultReporters(), InheritanceReporter$new())
list of instantiated reporter objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.