appbot_tags: appbot_tags

Description Usage Arguments

View source: R/appbot_tags.R

Description

Allows you to call the Appbot API for custom tags

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
appbot_tags(
  app_id,
  start = NULL,
  end = NULL,
  country = NULL,
  sentiments = NULL,
  dlangs = NULL,
  version = NULL,
  topic = NULL
)

Arguments

app_id

The ID of the app you want to check

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


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