Learn R Programming

rcrisp (version 0.3.1)

get_osm_bb: Get the bounding box of a city

Description

Get the bounding box of a city

Usage

get_osm_bb(city_name)

Value

A bbox object with the bounding box of the city

Arguments

city_name

A character vector of length one

Examples

Run this code
if (FALSE) { # interactive()
get_osm_bb(city_name = "Bucharest")
}

Run the code above in your browser using DataLab