NlistCategories function

XML-RPC method listCategories of Neos

XML-RPC method listCategories of Neos

This functions calls the XML-RPC method listCategories() of NEOS and returns an object of class NeosAns; a dictionary with entries ('abbreviated name':'full name',...).

NlistCategories(convert = TRUE, nc = CreateNeosComm())

Arguments

  • convert: Logical, if convert = TRUE (the default) the value of the returned XML-RPC result is extracted and returned as character, otherwise the XML-RPC string is returned.

  • nc: Object of class NeosComm: By default, this argument is set by calling CreateNeosComm()

    and thereby using the default values of this function.

Returns

An object of class NeosAns.

References

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

Author(s)

Bernhard Pfaff

See Also

NeosAns and CreateNeosComm

Examples

## Not run: NlistCategories() ## End(Not run)
  • Maintainer: Bernhard Pfaff
  • License: GPL (>= 2)
  • Last published: 2020-04-23

Useful links