| algorithm | R Documentation | 
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.
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)
| .Object | a webprocess object | 
| value | a list with name of algorithm and relative url endpoint | 
## Not run: 
wp <- webprocess()
algorithm(wp)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.