suppress_domain: Apply k-anonymity suppression to a single domain's tables.

View source: R/extract.R

suppress_domainR Documentation

Apply k-anonymity suppression to a single domain's tables.

Description

Apply k-anonymity suppression to a single domain's tables.

Usage

suppress_domain(
  info,
  prevalence,
  chapters,
  attributes,
  domain_label = "concept",
  k = K_ANONYMITY
)

Arguments

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.

Value

Named list: prevalence, info, chapters, attributes, rare.


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