Removes all cached graduation rate data files from both the
Examples
if (FALSE) { # \dontrun{
# Clear all graduation cache (both processed and data-cache)
clear_grad_cache()
# Clear only 2024 data
clear_grad_cache(2024)
# Clear multiple years
clear_grad_cache(2020:2024)
# Clear only processed cache, keep /data-cache
clear_grad_cache(clear_data_cache = FALSE)
} # }