download: download output from geojob

Description Usage Arguments Value Author(s)

Description

download the result of a processing job to a local destination.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
download(.Object, destination, ...)

## S4 method for signature 'geojob,missing'
download(.Object, destination, ...)

## S4 method for signature 'character,missing'
download(.Object, destination, ...)

## S4 method for signature 'geojob,character'
download(.Object, destination, ...)

## S4 method for signature 'character,character'
download(.Object, destination, ...)

Arguments

.Object

a geojob or job id that has completed

destination

a file destination. If missing, a temp directory will be used

...

additional arguments passed to write_disk, such as overwrite = TRUE

Value

the location of the downloaded file

Author(s)

Jordan S Read


eric-erki/geoknife documentation built on Dec. 31, 2019, 12:54 a.m.