print.checked_results | R Documentation |
Print checked results
## S3 method for class 'checked_results'
print(x, ...)
## S3 method for class 'checked_results_check_task_spec'
print(x, keep = options::opt("results_keep"), ...)
## S3 method for class 'checked_results_revdep_check_task_spec'
print(x, ...)
x |
an object to be printed. |
... |
other parameters. |
keep |
character vector indicating which packages should be included in the results.
"all" means that all packages are kept. If "issues" then only packages
with issues identified, whereas "potential_issues" stands for keeping
packages with both "issues" and "potential_issues". (Defaults to |
Other results:
results()
,
results_to_file()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.