| apply_k_anonymity | R Documentation |
Apply k-anonymity suppression to all extracted source tables.
apply_k_anonymity(tables, k = K_ANONYMITY)
tables |
Named list of tibbles (before k-anonymity). |
k |
Minimum cell count (default K_ANONYMITY = 5). |
Named list of tibbles with k-anonymity applied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.