R/country.R
get_country_bbox.Rd
Convenience function to get country bounding box without creating a CountryLookup object.
get_country_bbox(country_name, cache_dir = NULL)
Country name
Optional cache directory
sf bbox object
if (FALSE) { # \dontrun{ bbox <- get_country_bbox("United Kingdom") } # }