dictionary() displays the names of all items contained in a "JD3_ProcResults" object,
(result()) displays the contents of one item, (user_defined()) displays the contents of several items at once
Usage
dictionary(object)
result(object, id)
user_defined(object, userdefined = NULL)
Arguments
- object
java object.
- id
name of the object to extract.
- userdefined
vector containing the names of the objects to extract.
Value
dictionary() returns a character vector with
the names of the items that can be extracted from object.
result() returns a numeric or character or a ts object (series),
user_defined() returns an object of class "user_defined" (list)