This function generates an HTML report summarizing discovery results without enforcing entity type constraints. It includes data validation to avoid errors with publication years and other data issues.
create_report(
results,
visualizations = NULL,
articles = NULL,
output_file = "discovery_report.html"
)The file path of the created HTML report (invisibly).
A list containing discovery results from different approaches.
A list containing file paths to visualizations.
A data frame containing the original articles.
File path for the output HTML report.