appbot_topics: appbot_topics

Description Usage Arguments

View source: R/appbot_topics.R

Description

Allows you to call different Appbot API endpoints related to topics

Usage

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

Arguments

app_id

The ID of the app you want to check

method

The topics method you want to check out - possibilities are 'topics' (for the standard topics) or 'custom_topics'

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.