Resume previous collection
This function resumes a previous interrupted collection session. For this function to work, export_query must be set to "TRUE" during the original collection.
resume_collection(data_path, bearer_token, ...)
data_path |
string, name of an existing data_path |
bearer_token |
string, bearer token |
... |
arguments will be passed to |
a data.frame
## Not run: bearer_token <- "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" resume_collection(data_path = "data", bearer_token) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.