procure {ready4} | R Documentation |
Procure data from a model module
Description
procure() is a "getter" method that retrieves data contained within a model module or sub-module.
Usage
procure(x, ...)
Arguments
x |
A model module (an instance of a class that inherits from Ready4Module) or submodule (any S3 class instance) |
... |
Additional arguments |
Value
An object of the same class as that supplied to the method or of one of the same classes that constitute the input object's slots or elements.
[Package ready4 version 0.1.14 Index]