downloadResult.Rd
downloadResult
downloads the result of a processing request
associated with jobId
, such as from a t1Seg
request.
downloadResult(object, jobId = "character", filename = "character",
waitForJobToFinish = TRUE)
# S4 method for MriCloudR,character,character,logical
downloadResult(object,
jobId = "character", filename = tempfile(fileext = ".zip"),
waitForJobToFinish = TRUE)
# S4 method for 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