Description Usage Arguments Examples
View source: R/symplurPeopleInfluencers.R
API endpoint documentation: https://api.symplur.com/v1/docs#/Twitter_Analytics:_People/get_twitter_analytics_people_influencers
1 2 | symplurPeopleInfluencers(start = "09/01/2017", end = "09/08/2017",
databases = "#LCSMDemoData", limit = 100, metric = "mentions")
|
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. |
limit |
Maximum number of retweets to return. Must be positive integer. Default is 10. Max is 500. |
metric |
Comma-separated list of one or more metrics to calculate. Results will be sorted by the first metric in the list. Supported metrics are "hsg_score", "mentions", "retweets", "tweets", "impressions", and "replies". |
1 2 3 4 5 | LCSMDemoDataPeopleInfluencers <- symplurPeopleInfluencers(
"09/01/2017",
"09/08/2017",
databases = "#LCSMDemoData",
50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.