View source: R/main_functions_utilities.R
print_sim_report | R Documentation |
This function prints a formatted summary of the similarity report.
print_sim_report(report)
report |
A similarity report generated by gen_sim_report function |
NULL (invisibly). This function is called for its side effect of printing to the console.
speech1 <- "This is the first speech. It talks about important topics."
speech2 <- "This is the second speech. It covers similar subjects."
report <- gen_sim_report(speech1, speech2)
print_sim_report(report)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.