# \donttest{
# Get the latest available list
try(nomp_list <- get_nomp_list())
if (exists("nomp_list")) head(nomp_list)
# Get the 2023 list and clean old cache files older than 60 days
try(nomp_list_2023 <- get_nomp_list(2023, clean_cache_days = 60))
if (exists("nomp_list_2023")) head(nomp_list_2023)
# }
Run the code above in your browser using DataLab