Learn R Programming

latrend (version 1.1.0)

strip: Strip a lcModel for serialization

Description

Removes associated environments from any of the arguments. This is typically the case for arguments of type formula.

Strip a lcModel of non-essential variables and environments in order to reduce the model size for serialization.

Usage

# S4 method for lcMethod
strip(object, ...)

# S4 method for lcModel strip(object, ...)

Arguments

object

The lcModel.

...

Additional arguments.