Generate report from
Description
Generate report from ssr tags.
Usage
srr_report(path = ".", branch = "", view = TRUE, roxygenise = TRUE)
Arguments
path: Path to package for which report is to be generatedbranch: By default a report will be generated from the current branch as set on the local git repository; this parameter can be used to specify any alternative branch.view: IfTRUE(default), a html-formatted version of the report is opened in default system browser. IfFALSE, the return object includes the name of ahtml-rendered version of the report in an attribute named ‘file’.roxygenise: IfTRUE(default), documentation will first be updated with theroxygen2package. This requires local installation of the package, which may take some time if the package has not previously been installed. If this parameter isFALSE, theroxygen2package is not used, documentation is not updated, and reports are generally generated faster.
Concept
report
Value
(invisibly) Markdown-formatted lines used to generate the final html document.
Examples
path <- srr_stats_pkg_skeleton ()
srr_report (path)