usage_report: Display checkUsage results using a standalone report

Description Usage Arguments Examples

Description

Display checkUsage results using a standalone report

Usage

1
2
usage_report(x = tidycheckUsagePackage(), file = file.path(tempdir(),
  paste0(get_pack_name(x), "-report.html")), browse = interactive())

Arguments

x

a tidycheckUsage dataset, defaults to running 'checkUsagePackage_dataframe()'.

file

The report filename.

browse

whether to open a browser to view the report.

Examples

1
2
3
4
5
## Not run: 
x <- tidycheckUsagePackage()
usage_report(x)

## End(Not run)

yonicd/tidycheckUsage documentation built on May 10, 2019, 8:31 a.m.