manufacture {ready4} | R Documentation |
Manufacture a new object
Description
manufacture() is a method that used data contained in a model module or submodule to create a new object (other than a model module).
Usage
manufacture(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 other than a model module (an instance of a class that inherits from Ready4Module).
[Package ready4 version 0.1.14 Index]