apply_to_data_frame {deident} | R Documentation |
Apply a 'deident' pipeline to a new data frame
Description
Apply a 'deident' pipeline to a new data frame
Usage
apply_to_data_frame(data, transformer, ...)
Arguments
data |
The data set to be converted |
transformer |
The pipeline to be used |
... |
To be passed on to other methods |
[Package deident version 1.0.0 Index]