Last data update: 2014.03.03

R: Display covr results using a standalone report
reportR Documentation

Display covr results using a standalone report

Description

Display covr results using a standalone report

Usage

report(x, ...)

## S3 method for class 'coverage'
report(x, file = file.path(tempdir(),
  paste0(get_package_name(x), "-report.html")), browse = interactive(), ...)

Arguments

x

a coverage dataset

...

Additional arguments passed to methods

file

The report filename.

browse

whether to open a browser to veiew the report.

Examples

## Not run: 
x <- package_coverage()
report(x)

## End(Not run)

Results