result-methods: parse process output into R environment

resultR Documentation

parse process output into R environment

Description

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

Usage

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

## 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)


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