symplurContentRetweets: Symplur API - Content/Retweets

Description Usage Arguments Examples

View source: R/symplurContentRetweets.R

Description

API endpoint documentation: https://api.symplur.com/v1/docs#/Twitter_Analytics:_Content/get_twitter_analytics_content_retweets

Usage

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

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.

Examples

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

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