Learn R Programming

geoknife (version 1.6.11)

check: Check status of processing request

Description

Check status of processing request

Usage

check(.Object)

# S4 method for geojob check(.Object)

# S4 method for character check(.Object)

Value

process, a list containing status and URL.

Arguments

.Object

a geojob object with an active GDP process request, or a character URL of an existing job

Author

Jordan S. Read

Details

check is a method for checking the process status of an active (executed) geojob object. The method returns process, which is a list containing two fields: status and URL. If the geojob object has not been executed (see start), this method returns status='none' and URL=NULL.

See Also

Examples

Run this code
gj <- geojob() # create geojob object
check(gj) # no process for empty geojob object

Run the code above in your browser using DataLab