R/utils.R
plaka_to_city.RdConvert plaka (license plate number) to province name Maps Turkish license plate numbers to province names used in the Finturk API.
plaka_to_city(plaka)province name in ALL CAPS as required by API
plaka_to_city(6) # "ANKARA"
#> [1] "ANKARA"
plaka_to_city(34) # "ISTANBUL"
#> [1] "İSTANBUL"
plaka_to_city(0) # "HEPSI"
#> [1] "HEPSİ"