View source: R/prepare_bz_data.r
Run the Shiny Application
1 2 3 4 5 6 7 8 9 10 11 12 | create_bz_data(
conn,
project = 1916,
pers_set = 79431,
nieuws_set = 79457,
deduplicate = NA,
pers_headline_col = "headline",
pers_medium_col = "medium",
nieuws_headline_col = "headline",
nieuws_medium_col = "medium",
db_path = getwd()
)
|
conn |
An amcatr connection |
project |
AmCAT project |
pers_set |
AmCAT articleset with BZ press articles |
nieuws_set |
AmCAT articleset with BZ news articles |
deduplicate |
Optionally, a similarity threshold for duplicates (only for articles in same medium within 24 hour diffence) |
pers_headline_col |
The name of the headline column in the pers articleset |
pers_medium_col |
The name of the medium column in the pers articleset |
nieuws_headline_col |
The name of the headline column in the nieuws articleset |
nieuws_medium_col |
The name of the medium column in the nieuws articleset |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.