heaviness_report | R Documentation |
HTML report for package dependency heaviness analysis
heaviness_report(pkg, file = NULL)
pkg |
An object from |
file |
The path of the html file. If it is not specified, the report will be automatically opened in the web browser. |
The path of the HTML file of the report.
if(interactive()) {
x = readRDS(system.file("extdata", "ComplexHeatmap_dep.rds", package = "pkgndep"))
heaviness_report(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.