Description Usage Arguments Examples
View source: R/symplurTweetsActivity.R
API endpoint documentation: https://api.symplur.com/v1/docs#/Twitter_Analytics:_Tweets/get_twitter_analytics_tweets_activity
1 2 | symplurTweetsActivity(start = "09/01/2017", end = "09/08/2017",
databases = "#LCSMDemoData", interval = "days")
|
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. |
1 2 3 4 5 | LCSMDemoDataTweetsActivity <- symplurTweetsActivity(
"09/01/2017",
"09/08/2017",
databases = "#LCSMDemoData",
"days")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.