update_collection {academictwitteR} | R Documentation |
Update previous collection session
Description
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.
Usage
update_collection(
data_path,
end_tweets,
bearer_token = get_bearer(),
verbose = TRUE,
...
)
Arguments
data_path |
string, name of an existing data_path |
end_tweets |
string, ending date |
bearer_token |
string, bearer token |
verbose |
If |
... |
arguments will be passed to |
Value
a data.frame
Examples
## Not run:
update_collection(data_path = "data", "2020-01-03T00:00:00Z", bearer_token = get_bearer())
## End(Not run)
[Package academictwitteR version 0.3.1 Index]