Prints the admin1 levels for a given country that have data in the HIT-COVID database. The database should first be pulled using hit_pull and fed into this function.
get_admin1(hit_data, country)
hit_data | the full HIT-COVID database pulled from GitHub, pulled using hit_pull |
---|---|
country | country ISO 3166-1 alpha-3 code |