powered by
This function continues a previous collection session with a new end date. For this function to work, export_query must be set to "TRUE" during the original collection.
update_collection( data_path, end_tweets, bearer_token = get_bearer(), verbose = TRUE, ... )
string, name of an existing data_path
string, ending date
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
# NOT RUN { update_collection(data_path = "data", "2020-01-03T00:00:00Z", bearer_token = get_bearer()) # }
Run the code above in your browser using DataLab