Learn R Programming

geoknife (version 1.6.11)

successful: Convenience function for GDP process state

Description

Simple wrapper to check process status

Usage

successful(.Object, retry)
error(.Object, retry)
running(.Object, retry)

running(.Object, retry = FALSE)

error(.Object, retry = FALSE)

Value

TRUE/FALSE indicating if process is in the given state (error, processing, successful)

Arguments

.Object

a geojob object or geojob ID (character)

retry

logical, attempt to retry again if communication failed with the server

Author

Luke Winslow, Jordan S Read

See Also

Examples

Run this code
if (FALSE) {
job <- geoknife(stencil = c(-89,42), fabric = 'prism')
check(job)

running(job)
error(job)
successful(job)
}

Run the code above in your browser using DataLab