check_data_exist(scale = 110, category = "cultural", type = "countries")
# Type not in list for this category
check_data_exist(scale = 110, category = "physical", type = "airports")
# Type in list but scale shows FALSE
check_data_exist(scale = 110, category = "cultural", type = "airports")
Run the code above in your browser using DataLab