appbot_topics_reviews: appbot_topics_reviews

Description Usage Arguments

View source: R/appbot_topics_reviews.R

Description

Allows you to call the Appbot API to get reviews by topic

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
appbot_topics_reviews(
  app_id,
  topic_id,
  pivot_topics = FALSE,
  start = NULL,
  end = NULL,
  country = NULL,
  sentiments = NULL,
  dlangs = NULL,
  version = NULL
)

Arguments

app_id

The ID of the app you want to check

topic_id

The topics ID you want to check out - needs to be a numeric value

pivot_topics

An option to pivot the topics column (which is returned as a list) out to individual columns with a Boolean 1 or 0 to indicate if the review discusses a certain topic

start

The start date you want to call in YYYY-MM-DD format

end

The end date you want to call in YYYY-MM-DD format

country

The ID of the country to filter by

sentiments

Sentiments to filter by - could be one or more of 'positive', 'negative', 'neutral', and/or 'mixed'

dlangs

One or more detected languages, using the language ID

version

The version number to filter by


neugelb/rappbot documentation built on Dec. 12, 2020, 9:17 a.m.