if (FALSE) {
job <- geoknife(stencil = c(-89,42), fabric = 'prism', wait = TRUE)
result(job, with.units = TRUE) # load and print output
# or use the job id:
id <- id(job)
result(id, with.units = TRUE) # load and print output
}
Run the code above in your browser using DataLab