output_results_excel {testdat} | R Documentation |
Output ListReporter
results in Excel format
Description
Output formatted ListReporter
results to an Excel workbook using
openxlsx. The workbook consists of a summary sheet
showing aggregated results for each context, and one sheet per context
showing details of each unsuccessful test.
Usage
output_results_excel(results, file)
Arguments
results |
An object of class |
file |
Output file name |
Value
The return value of openxlsx::saveWorkbook()
.
Examples
## Not run:
# Output the results from running all tests in a directory
x <- test_dir(".")
output_results_excel(x, "Test results.xlsx")
## End(Not run)
[Package testdat version 0.4.2 Index]