| export_results_xlsx | R Documentation |
Writes a named list of analysis results to a single .xlsx
workbook, one worksheet per result component, with basic formatting.
Requires the openxlsx package (listed under Suggests).
export_results_xlsx(results, output_path, verbose = TRUE)
results |
Named list containing analysis results. |
output_path |
Full path for the output xlsx file. |
verbose |
Logical; if TRUE, print progress messages. |
Invisible path to created file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.