Learn R Programming

rneos (version 0.4-0)

NeosAns-class: Class "NeosAns"

Description

Objects of this class contain the returned results from NEOS as well as information on which kind of query has been sent and how it was sent.

Arguments

Objects from the Class

Objects can be created by calls of the form new("NeosAns", ...) or more conveniently by calling the relevant R API functions.

Slots

ans:

Object of class "character": The returned XML-RPC of NEOS as character string.

method:

Object of class "character": The name of the called API function.

call:

Object of class "call": The call to the generating function of the object.

nc:

Object of class "NeosComm": The NeosComm object that has been used in the request to NEOS.

Methods

show

signature(object = "NeosAns"): Returns the converted slot ans from an object of class NeosAns.

References

NEOS API: https://neos-server.org/neos/xml-rpc.html

See Also

'>NeosComm

Examples

Run this code
# NOT RUN {
showClass("NeosAns")
# }

Run the code above in your browser using DataLab