Learn R Programming

tangles (version 2.0.1)

detangler_data: 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)

Arguments

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.

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. tools:::Rd_expr_doi("10.4225/08/59c169433efd4")

Examples

Run this code
data(detangler_data)
detangler_data

Run the code above in your browser using DataLab