redacted_summary_date: Redact a date vector

View source: R/redaction.R

redacted_summary_dateR Documentation

Redact a date vector

Description

Redact a date vector

Usage

redacted_summary_date(x, threshold = 5L, .redacted_name = "redacted")

Arguments

x

The date variable.

threshold

The redaction threshold. If the length of x is less than or equal to this threshold, then no summary values will be reported.

.redacted_name

The string used to replace redacted values.

Details

This function takes a date vector (or something that can be coerced to one), and summarises it. Summary statistics are redacted according to the rules in redactor.

Value

A table of summary statistics for the variable.


wjchulme/osutils documentation built on Dec. 20, 2024, 9:56 a.m.