Removes cached CSV files and database entries for a specific dataset/vintage. Useful when you know a specific dataset is corrupted.
Examples
# \donttest{
# Clear corrupted AMI 2018 cache
clear_dataset_cache("ami", "2018")
#> Clearing cache for AMI 2018...
#> ✓ Cleared 0 cache item(s) for AMI 2018
# Clear FPL 2022 cache
clear_dataset_cache("fpl", "2022", verbose = TRUE)
#> Clearing cache for FPL 2022...
#> ✓ Cleared 0 cache item(s) for FPL 2022
# }