add_numeric_blur.Rd
add_numeric_blur()
adds an bluring step to a transformation pipeline
(NB: intended for numeric data). When ran as a transformation, the data is
split into intervals depending on the cuts
supplied of the series
[-Inf, cut.1), [cut.1, cut.2), ..., [cut.n, Inf] where
cuts
= c(cut.1, cut.2, ..., cut.n).
add_numeric_blur(object, ..., cuts = 0)
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