redact_tblsummary | R Documentation |
Redact tbl_summary object
redact_tblsummary(x, threshold, redact_chr = NA_character_)
x |
A tbl_summary object created by the |
threshold |
The redaction threshold. All values less than or equal to this threshold will be redacted. |
redact_chr |
The character string used to replace redacted values. Default is "NA". |
This function redacts all statistics based on counts less than the threshold (including means, medians, etc) it also removes potentially disclosive items from the object, namely:
x$inputs$data
which contains the input data
x$inputs$meta_data
which contains the raw summary table for the table
A redacted tbl_summary object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.