Learn R Programming

pmmlTransformations (version 1.3.3)

Initialize: Initialize internal variables in a WrapData object

Description

Internal function used by other functions in the package. Used to initialize parameters in the wrapped data object.

Usage

Initialize(inbox)

Arguments

inbox

Object returned by the WrapData function.

Value

An R object containing information on the data to be transformed.

Details

This is an internal function used ony by the other functions of this package.

See Also

WrapData