download the result of a processing job to a local destination.
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, ...)
the location of the downloaded file
a geojob
or job id that has completed
a file destination. If missing, a temp directory will be used
additional arguments passed to write_disk
, such as overwrite = TRUE
Jordan S Read