vtreat (version 1.6.2)

apply_transform: Transform second argument by first.

Description

Apply first argument to second as a transform.

Usage

apply_transform(vps, dframe, ..., parallelCluster = NULL)

Arguments

vps

vtreat pipe step, object defining transform.

dframe

data.frame, data to transform

...

not used, forces later arguments to bind by name.

parallelCluster

optional, parallel cluster to run on.

Value

transformed dframe