report {covr} | R Documentation |
Display covr results using a standalone report
report(x, file = file.path(tempdir(), paste0(get_package_name(x), "-report.html")), browse = interactive()) shine(x, file = file.path(tempdir(), paste0(get_package_name(x), "-report.html")), browse = interactive())
x |
a coverage dataset |
file |
The report filename. |
browse |
whether to open a browser to view the report. |
## Not run: x <- package_coverage() report(x) ## End(Not run)