algorithm-webprocess: the algorithm of a webprocess object

algorithmR Documentation

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 signature 'webprocess'
algorithm(.Object)

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

## S4 method for signature 'xml_document'
algorithm(.Object)

Arguments

.Object

a webprocess object

value

a list with name of algorithm and relative url endpoint

Examples

## Not run: 
wp <- webprocess()
algorithm(wp)

## End(Not run)

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