new_deident {deident} | R Documentation |
Deidentification API root
Description
A general function for defining a deident function.
Usage
new_deident(object, ..., encrypter)
Arguments
object |
Either a |
... |
variables to be transformed. |
Value
A 'DeidentList' representing the untrained transformation pipeline. The object contains fields:
-
deident_methods
a list of each step in the pipeline (consisting ofvariables
andmethod
)
and methods:
-
mutate
apply the pipeline to a new data set -
to_yaml
serialize the pipeline to a '.yml' file
[Package deident version 1.0.0 Index]