View source: R/CreatePackageReport.R
CreatePackageReport | R Documentation |
Create a standalone HTML report about a package and its networks.
CreatePackageReport(
pkg_name,
pkg_reporters = DefaultReporters(),
pkg_path = NULL,
report_path = tempfile(pattern = pkg_name, fileext = ".html")
)
pkg_name |
(string) name of a package |
pkg_reporters |
(list) a list of package reporters |
pkg_path |
(string) The path to the package repository. If given, coverage
will be calculated for each function. |
report_path |
(string) The path and filename of the output report. Default report will be produced in the temporary directory. |
an instantiated PackageReport
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.