gen_report | R Documentation |
This function creates a comprehensive HTML report from discovery results and visualizations.
gen_report(
results_list,
visualizations = NULL,
articles = NULL,
output_file = "discoveries.html",
verbose = TRUE
)
results_list |
A list of result data frames from different approaches |
visualizations |
A list with paths to visualization files |
articles |
Prepared article data |
output_file |
Filename for the output HTML report |
verbose |
Logical; if TRUE, print status messages (default: TRUE) |
Invisible output_file path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.