create_report: Query a corpus for a topic and create a report summarizing...

Description Usage Arguments Examples

View source: R/create_report.R

Description

Query a corpus for a topic and create a report summarizing and containing the results

Usage

1
2
3
create_report(country = NULL, query, data,
  embeddings = "embeddings.bin", locations = "embeddings.rds",
  type = "html", interactive = TRUE, thresh = 0.55, class = "pdf")

Arguments

country

Country, must match the groupings from folders

query

Query, in the form of "this is a query"

data

Dataframe

embeddings

Path to neural embedding (.bin)

locations

Path to locations exported from create_locations

Examples

1

wri/retrieveR documentation built on July 23, 2019, 11:54 p.m.