View source: R/print.pkg_usage.R
print.pkg_usage | R Documentation |
Print the summary of check_pkg_usage
## S3 method for class 'pkg_usage'
print(x, max_display = 10L, ...)
x |
a pkg_usage_object |
max_display |
maximum number of unknown functions or conflicts to print |
... |
passed to other methods |
x invisibly
## Not run:
result <- check_pkg_usage()
print(result)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.