Update previous collection session
This function continues 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, ...)
data_path |
string, name of an existing data_path |
end_tweets |
string, new end date for data collection, it must be later then the original start date. |
bearer_token |
string, bearer token |
... |
arguments will be passed to |
a data.frame
## Not run: bearer_token <- "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" update_collection(data_path = "data", "2020-01-03T00:00:00Z", bearer_token) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.