update_data | R Documentation |
Update information of all statuses listed. At most, the last 90000.
update_data( x, path, statuses, token = NULL, return_all = FALSE, overwrite = TRUE )
x |
dataset to update. Not used if path is set. |
path |
Path to .rds file with saved dataset |
statuses |
Tweet statuses to update |
token |
Expert use only. Use this to override authentication for
a single API call. In most cases you are better off changing the
default for all calls. See |
return_all |
Logical. TRUE returns the complete dataset, FALSE returns data in statuses list (default). |
overwrite |
Logical. Whether to overwrite rds file with updated data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.