results_to_file {checked} | R Documentation |
Results to file
Description
Write checked_results
object to the text file. When converting results
to text, print.checked_results
method is used.
Usage
results_to_file(results, file, keep = "all", ...)
Arguments
results |
|
file |
A connection or character path. |
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 parameters. |
See Also
Other results:
print.checked_results()
,
results()
[Package checked version 0.2.9 Index]