Description Usage Arguments Details Value Author(s) See Also Examples
Given a registered database backend which contains a table of tweets, will return the ID of the most recent tweet stored in that table
1 | get_latest_tweet_id(table_name = "tweets")
|
table_name |
The name of the table in the database containing tweets |
A wrapper around a select max(id)
on the table_name
The ID of the most recent tweet in the table, or a stop
if the table is empty
Jeff Gentry
1 2 3 4 5 | ## Not run:
register_sqlite_backend("sqlit_file")
get_latest_tweet_id("rstats_tweets")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.