Learn R Programming

testextra (version 0.1.0.1)

covr_files: Compute coverage for a group of files.

Description

Compute coverage for a group of files.

Usage

covr_files(filter, pkg = ".", report = TRUE)

Arguments

filter

A regular expression filter to apply to the files from pkg.

pkg

The package to compute coverage for.

report

If a report should be constructed and shown.