View source: R/gtd_match_analysis.r
Create a data.frame in which each row is a unique event, with variables indicating whether the event matches at least one news article (has_news) and the number of news articles (N_news)
1 | gtd_event_coverage(g, weight_thres)
|
g |
The graph data, as returned by the compare_documents function. |
weight_thres |
The threshold for the similarity score |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.