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

Value

Blurrer Apply blur to a vector of values

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").

Fields

blur

List of aggregations to be applied. Create new Blurrer object