Learn R Programming

geoknife (version 1.6.11)

algorithm: the algorithm of a webprocess object

Description

Functions to get or set the algorithm of a webprocess object. The algorithm is the type of process that will be used, and can be accessed or modified using the algorithm method.

Usage

algorithm(.Object)

algorithm(.Object) <- value

# S4 method for webprocess algorithm(.Object)

# S4 method for webprocess algorithm(.Object) <- value

# S4 method for xml_document algorithm(.Object)

Arguments

.Object

a webprocess object

value

a list with name of algorithm and relative url endpoint

Examples

Run this code
if (FALSE) {
wp <- webprocess()
algorithm(wp)
}

Run the code above in your browser using DataLab