sn_extract_places: Extract shape files of places from previously downloaded

View source: R/sn_get.R

sn_extract_placesR Documentation

Extract shape files of places from previously downloaded

Description

Extract shape files of places from previously downloaded

Usage

sn_extract_places(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


sn_extract_places(countries = "Romania")

giocomai/streetnamer documentation built on Oct. 14, 2023, 6:27 p.m.