powered by
This function resumes a previous interrupted collection session.
resume_collection(data_path, bearer_token = get_bearer(), verbose = TRUE, ...)
string, name of an existing data_path
string, bearer token
If FALSE, query progress messages are suppressed
FALSE
arguments will be passed to get_all_tweets() function. See ?get_all_tweets() for further information.
get_all_tweets()
?get_all_tweets()
a data.frame
For this function to work, export_query must be set to "TRUE" during the original collection.
# NOT RUN { resume_collection(data_path = "data", bearer_token = get_bearer()) # }
Run the code above in your browser using DataLab