| suppress_domain | R Documentation |
Apply k-anonymity suppression to a single domain's tables.
suppress_domain(
info,
prevalence,
chapters,
attributes,
domain_label = "concept",
k = K_ANONYMITY
)
info |
Info tibble (must have concept_id, n_patients_total, n_records_total). |
prevalence |
Prevalence tibble (must have concept_id, patient_count). |
chapters |
Chapters tibble (can be NULL). |
attributes |
Attributes tibble (can be NULL). |
domain_label |
Short label for messages. |
k |
Minimum cell count. |
Named list: prevalence, info, chapters, attributes, rare.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.