View source: R/visualization.R
create_report | R Documentation |
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"
)
results |
A list containing discovery results from different approaches. |
visualizations |
A list containing file paths to visualizations. |
articles |
A data frame containing the original articles. |
output_file |
File path for the output HTML report. |
The file path of the created HTML report (invisibly).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.