download_results {openeo} | R Documentation |
Downloads the results of a job
Description
The function will fetch the results of a asynchronous job and will download all files stated in the links. The parameter 'folder' is the target location on the local computer.
Usage
download_results(job, folder, con = NULL)
Arguments
job |
job object or the job_id for which the results are fetched. Also the return value of
|
folder |
a character string that is the target path on the local computer |
con |
a connected and authenticated openEO connection (optional) otherwise |
Value
a list of the target file paths or NULL if 'job' was incorrect
[Package openeo version 1.3.1 Index]