print.pkg_usage: Print the summary of check_pkg_usage

View source: R/print.pkg_usage.R

print.pkg_usageR Documentation

Print the summary of check_pkg_usage

Description

Print the summary of check_pkg_usage

Usage

## S3 method for class 'pkg_usage'
print(x, max_display = 10L, ...)

Arguments

x

a pkg_usage_object

max_display

maximum number of unknown functions or conflicts to print

...

passed to other methods

Value

x invisibly

Examples

## Not run: 
result <- check_pkg_usage()
print(result)

## End(Not run)

mnist91/origin documentation built on Nov. 26, 2024, 6:13 p.m.