create_bz_data: Run the Shiny Application

Description Usage Arguments

View source: R/prepare_bz_data.r

Description

Run the Shiny Application

Usage

 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()
)

Arguments

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


kasperwelbers/shinyBZpers documentation built on July 1, 2021, 3:09 p.m.