download: download output from geojob

downloadR Documentation

download output from geojob

Description

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

Usage

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


geoknife documentation built on July 9, 2023, 5:31 p.m.