detangler_data {tangles} | R Documentation |
Example object that is output from tangles
function.
Description
This output that would be derived from the tangles
function. It contains the instructions for anonymisation of associated point pattern or raster data, or the re-identify tangled data.
Usage
data(detangler_data)
Format
detangler_data
is a list
with 3 elements. The first element is a unique hash key for tracking data processing provenance. The second element contains the integer sequence of steps that were used to anonymize a given data sets. There are 3 possible anonymizing procedures: shift vertical (1), shift (horizontal), and rotate (3). The last element is a data.frame
that encodes the values to perform either anonymization or re-identification, given the particular anonymization step used.
Note
This data is the sort of output that one would expect when the tangles
function is used.
References
CM O’Keefe, S Otorepec, M Elliot, E Mackey, and K O’Hara (2017) The De-Identification Decision Making Framework. CSIRO Reports EP173122 and EP175702. doi:10.4225/08/59c169433efd4
Examples
data(detangler_data)
detangler_data