This function takes the results from a statistical analysis, processes the data to extract relevant statistics, and exports the processed data to an Excel file.
export_results(results, file)
None. The function writes the processed data to an Excel file.
if (FALSE) { # \dontrun{
# Example usage:
export_results(results = your_survey_results, file = "path/to/export/file.xlsx")
} # }