new_deident | R Documentation |
A general function for defining a deident function.
new_deident(object, ..., encrypter)
object |
Either a |
... |
variables to be transformed. |
A 'DeidentList' representing the untrained transformation pipeline. The object contains fields:
deident_methods
a list of each step in the pipeline (consisting of variables
and method
)
and methods:
mutate
apply the pipeline to a new data set
to_yaml
serialize the pipeline to a '.yml' file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.