Description Usage Arguments Value
downloadResult
downloads the result of a processing request
associated with jobId
, such as from a t1Seg
request.
1 2 3 4 5 6 7 8 9 10 11 12 | downloadResult(object, jobId = "character", filename = "character",
waitForJobToFinish = TRUE)
## S4 method for signature 'MriCloudR,character,character,logical'
downloadResult(object,
jobId = "character", filename = tempfile(fileext = ".zip"),
waitForJobToFinish = TRUE)
## S4 method for signature 'MriCloudR,character,missing,logical'
downloadResult(object,
jobId = "character", filename = tempfile(fileext = ".zip"),
waitForJobToFinish = TRUE)
|
object |
Object of class |
jobId |
The jobId of the request, obtained from a processing request
such as |
filename |
Output filename for result. |
waitForJobToFinish |
TRUE or FALSE. If TRUE, |
TRUE if download successful. FALSE otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.