Many regionalisations have numeric values in the shape files that correspond to a vector of names. Here we provide a function to quickly replace the numbers with names.
Examples
dat <- dat_region
nam <- c("Region1" = "SE Aust", "Region2" = "Tas", "Region3" = "NE Aust")
df <- splnr_match_names(dat, nam)