View source: R/summary_functions.R
tally_coverage | R Documentation |
Tally coverage by line or expression
tally_coverage(x, by = c("line", "expression"))
x |
the coverage object returned from |
by |
whether to tally coverage by line or expression |
a data.frame
of coverage tallied by line or expression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.