appbot_review_summary: appbot_review_summary

Description Usage Arguments

View source: R/appbot_review_summary.R

Description

Allows you to call different Appbot API endpoints related to review summaries

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
appbot_review_summary(
  app_id,
  method,
  start = NULL,
  end = NULL,
  country = NULL,
  sentiments = NULL,
  dlangs = NULL,
  version = NULL,
  topic = NULL,
  pad_empty = NULL
)

Arguments

app_id

The ID of the app you want to check

method

The review summary method you want to check out - possibilities are 'date', 'country', and 'rating'

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

topic

The topic, custom topic or tag ID to filter to

pad_empty

Return items for empty days; should be either 'n' or 'y'


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