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