extract_package_style {adaptalint} | R Documentation |
Find style of a package
Description
Returns the absolute and relative counts of all lint errors found in the
package.
The resulting style data can be applied to another file with
lint_with_style
.
Usage
extract_package_style(package)
Arguments
package |
path to the package of interest |
Value
a data_frame with columns lint
, count
, total_lints
and adjusted
[Package adaptalint version 0.2.4 Index]