process_export_report | R Documentation |
Generates a summary report of variables and their corresponding output files from structured SL4 or HAR data. The report is saved as an Excel file.
process_export_report(data, output_path, prefix = "", data_name = "data")
data |
A structured SL4 or HAR object or a nested list of data frames. |
output_path |
A character string specifying the output directory or file path. |
prefix |
A character string to prepend to the exported filenames. |
Extracts unique variable names and their associated export filenames.
Handles nested list structures by recursively traversing them.
The output report is saved as an Excel file named "Report_<data_name>.xlsx"
.
Pattawee Puangchit
export_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.