symplurTweetsActivity: Symplur API - Tweets/Activity

Description Usage Arguments Examples

View source: R/symplurTweetsActivity.R

Description

API endpoint documentation: https://api.symplur.com/v1/docs#/Twitter_Analytics:_Tweets/get_twitter_analytics_tweets_activity

Usage

1
2
symplurTweetsActivity(start = "09/01/2017", end = "09/08/2017",
  databases = "#LCSMDemoData", interval = "days")

Arguments

start

Start time for period analyzed, read above API docs for more info.

end

End time for period analyzed

databases

The database(s) analyzed. Comma separate string if using more than one database.

interval

Unit of time to use for periods. Supported values are "minutes", "hours", "days", "weeks", "months", and "years". You must choose an interval that results in 500 periods or less, based on your selected date range. If omitted, the system will try to guess an appropriate interval.

Examples

1
2
3
4
5
LCSMDemoDataTweetsActivity <- symplurTweetsActivity(
    "09/01/2017",
    "09/08/2017",
    databases = "#LCSMDemoData",
    "days")

SympluR documentation built on May 2, 2019, 3:46 p.m.