symplurPeopleInfluencers: Symplur API - People/Influencers

Description Usage Arguments Examples

View source: R/symplurPeopleInfluencers.R

Description

API endpoint documentation: https://api.symplur.com/v1/docs#/Twitter_Analytics:_People/get_twitter_analytics_people_influencers

Usage

1
2
symplurPeopleInfluencers(start = "09/01/2017", end = "09/08/2017",
  databases = "#LCSMDemoData", limit = 100, metric = "mentions")

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.

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".

Examples

1
2
3
4
5
LCSMDemoDataPeopleInfluencers <- symplurPeopleInfluencers(
    "09/01/2017",
    "09/08/2017",
    databases = "#LCSMDemoData",
    50)

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