Blurer {deident} | R Documentation |
Deidentifier class for applying 'blur' transform
Description
Convert self
to a list.
Arguments
blur |
Look-up list to define aggregation. |
keys |
Vector of values to be processed |
... |
Values to be concatenated to keys |
Details
'Bluring' refers to aggregation of data e.g. converting city to country, or post code to IMD. The level of blurring is defined by the list given at initialization which maps key to value e.g. list(London = "England", Paris = "France").
Value
Blurer
Apply blur to a vector of values
Fields
blur
List of aggregations to be applied. Create new Blurer object
[Package deident version 1.0.0 Index]