result-methods: parse process output into R environment

Description Usage Arguments Value Author(s) Examples

Description

a geojob method for loading data into R from a completed processing request

Usage

1
2
3
4
5
6
7
result(.Object, ...)

## S4 method for signature 'geojob'
result(.Object, ...)

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

Arguments

.Object

a geojob object with a successful processID, or a character URL of a completed job. (See check).

...

additional arguments passed to parsers (e.g., with.units = TRUE)

Value

data.frame of timeseries values.

Author(s)

Jordan S. Read

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
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

## End(Not run)

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