get_boundary_by_id: Get boundary by id

Description Usage Arguments Value Examples

View source: R/download_osm_data.R

Description

Get boundary by id

Usage

1
get_boundary_by_id(id, type = "way", cache = TRUE)

Arguments

id

A numeric vector of length 1, must correspond to the id of a boundary object on OpenStreetMap.

type

Defaults to "way".

cache

Logical, defaults to TRUE. If TRUE, stores data in local subfolder data/cities/country_name/city_name.rds

Value

An sf polygon.

Examples

1
get_boundary_by_id(id = c(Arad = 45422208))

giocomai/genderedstreetnames documentation built on June 21, 2020, 8:31 p.m.