Update information of all statuses listed. At most, the last 90000.
update_data(
x,
path,
statuses,
token = NULL,
return_all = FALSE,
overwrite = TRUE
)
dataset to update. Not used if path is set.
Path to .rds file with saved dataset
Tweet statuses to update
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 auth_as()
for details.
Logical. TRUE returns the complete dataset, FALSE returns data in statuses list (default).
Logical. Whether to overwrite rds file with updated data