Learn R Programming

covr (version 2.0.1)

shine: Display covr results using a shiny app

Description

The shiny app is designed to provide local information to coverage information similar to the coveralls.io website. However it does not and will not track coverage over time.

Usage

shine(x, ...)

Arguments

x
a coverage dataset
...
additional arguments passed to methods

Examples

Run this code
x <- package_coverage()
shine(x)

Run the code above in your browser using DataLab