redacted_summary_num | R Documentation |
Summarise a numeric vector and redact if necessary
redacted_summary_num(x, threshold = 5L, .redacted_name = "redacted")
x |
The numeric variable. |
threshold |
The redaction threshold. If the length of |
.redacted_name |
The string used to replace redacted values. |
This function takes a numeric vector (or something that can be coerced to one), and summarises it. Summary statistics are redacted according to the rules in redactor
.
A table of summary statistics for the variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.