apply_k_anonymity: Apply k-anonymity suppression to all extracted source tables.

View source: R/extract.R

apply_k_anonymityR Documentation

Apply k-anonymity suppression to all extracted source tables.

Description

Apply k-anonymity suppression to all extracted source tables.

Usage

apply_k_anonymity(tables, k = K_ANONYMITY)

Arguments

tables

Named list of tibbles (before k-anonymity).

k

Minimum cell count (default K_ANONYMITY = 5).

Value

Named list of tibbles with k-anonymity applied.


syrona documentation built on Sept. 5, 2026, 1:06 a.m.