Slice functions take the data as input and return the indices of affected columns as output. This enables user-defined slices and reduces cpo constructor parameter clutter. A simple constructor (affect(type = "numeric")) or possibly even a set of provided constants (affectNumerics) for the most useful cases should also be provided.
Slice functions take the data as input and return the indices of affected columns as output. This enables user-defined slices and reduces cpo constructor parameter clutter. A simple constructor (
affect(type = "numeric")
) or possibly even a set of provided constants (affectNumerics
) for the most useful cases should also be provided.