Compares configured date fields with a selected period to support local records review. It does not determine or enforce institutional policy.
Arguments
- data
Data frame to inspect for retention-period review
- retention_period
Retention period: "academic_year", "semester", "quarter", or "custom"
- custom_retention_days
Custom retention period in days (for "custom" period)
- date_column
Column name containing dates to check
- current_date
Current date for comparison (default: Sys.Date())