Creates a diagnostic rule that evaluates whether a data cube contains missing years. The rule counts the number of missing years present in the cube and compares it to a threshold to determine the severity level.
Usage
rule_temporal_missing_years(
thresholds = c(ok = 0, note = 1, important = 3, very_important = NULL)
)