Description Usage Arguments Examples
View source: R/symplurContentWords.R
API endpoint documentation: https://api.symplur.com/v1/docs#/Twitter_Analytics:_Content/get_twitter_analytics_content_words
1 2 | symplurContentWords(start = "09/01/2017", end = "09/08/2017",
databases = "#LCSMDemoData", limit = 100)
|
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 words to return. Integer. |
1 2 3 4 5 | LCSMDemoDataContentWords <- symplurContentWords(
"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.