Description Usage Arguments Examples
View source: R/survey-response-exports.R
Check which request was successful and which was not.
1 2 3 4 | is_success(requests, verbose = FALSE)
## S3 method for class 'qualtrics_download'
is_success(requests, verbose = FALSE)
|
requests |
the list output of request_downloads |
verbose |
print progress for heavy downloads (default is FALSE) |
1 2 | ## Not run: requests <- request_downloads(c(1,2))
## Not run: success <- is_success(requests, TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.