A list of status objects to persist to the database
users
A list of user objects to persist to the database
as.data.frame
if TRUE, data will be returned as a data.frame instead of twitteR objects
table_name
The database table to use for storing and loading
Value
store_tweets_db and store_users_db return TRUE of FALSE
based on their success or not. The loading functions return either a data.frame
of the data (representing the underlying table) or a list of the appropriate twitteR
objects.