Description Usage Arguments Examples
Return timeline of tweets on given articles.
1 | hx_timeline(ids, resolution = c("D", "M", "W", "H"))
|
ids |
A list or vector of article ids to query, see |
resolution |
The resolution of timeline. |
1 2 3 4 5 | ## Not run:
articles <- hx_articles("pizzagate")
tl <- hx_timeline(articles$id[1:5])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.