retrieve.async.result.file: Retrieve result file from asynchronous job

View source: R/async.R

retrieve.async.result.fileR Documentation

Retrieve result file from asynchronous job

Description

Retrieves the output file from an asynchronous job if it exists. The file is copied to the working directory, so that OpenCPU can expose it on the webservice.

Usage

retrieve.async.result.file(jobID, ext = "png")

Arguments

jobID

the ID of the job.

ext

the file extension. Defaults to "png".

Value

TRUE if successful, otherwise FALSE.


jweile/mavevis documentation built on Oct. 30, 2023, 7:16 a.m.