View source: R/summary_functions.R
print.coverage | R Documentation |
Print a coverage object
## S3 method for class 'coverage'
print(x, group = c("filename", "functions"), by = "line", ...)
x |
the coverage object to be printed |
group |
whether to group coverage by filename or function |
by |
whether to count coverage by line or expression |
... |
additional arguments ignored |
The coverage object (invisibly).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.