Strip unplottable admin levels out of a pre-plot data structure
drop_inval_adm.RdWalks the pre-plot list and drops any element whose `admin_level` name is listed in `adm_to_drom` for that element's `pti_codes`.
Examples
if (FALSE) { # \dontrun{
drop_inval_adm(preplot_dta, get_min_admin_wght(unavail, weights_clean))
} # }