extract_roads: Extract shape files of roads from previously downloaded

Description Usage Arguments Value Examples

View source: R/download_osm_data.R

Description

Extract shape files of roads from previously downloaded

Usage

1
extract_roads(countries, export_rds = FALSE, export_csv = FALSE)

Arguments

countries

The query to be searched.

export_rds

Stores imported shape files as an rds file locally.

export_csv

Stores imported shape files (excluding the geographic information) as a csv file locally.

Value

A data.frame with geographic data (sf).

Examples

1
extract_roads(countries = "Romania")

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