View source: R/resume_collection.R
resume_collection | R Documentation |
This function resumes a previous interrupted collection session.
resume_collection(data_path, bearer_token = get_bearer(), verbose = TRUE, ...)
data_path |
string, name of an existing data_path |
bearer_token |
string, bearer token |
verbose |
If |
... |
arguments will be passed to |
For this function to work, export_query must be set to "TRUE" during the original collection.
a data.frame
## Not run:
resume_collection(data_path = "data", 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.