View source: R/update_collection.R
update_collection | R Documentation |
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, ... )
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 |
a data.frame
## Not run: update_collection(data_path = "data", "2020-01-03T00:00:00Z", bearer_token = get_bearer()) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.