
Minimum number of records diagnostic rule
Source:R/cube_diagnostics_rules.R
rule_obs_min_records.RdCreates a diagnostic rule that evaluates whether a data cube contains a sufficient number of observation records (rows). The rule counts the number of records present in the cube and compares it to a threshold to determine the severity level.
Usage
rule_obs_min_records(
thresholds = c(ok = 40, note = 30, important = 20, very_important = 0)
)