Learn R Programming

geoknife (version 1.6.11)

download: download output from geojob

Description

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

Usage

download(.Object, destination, ...)

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

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

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

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

Value

the location of the downloaded file

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

Author

Jordan S Read