Creates html pages with maps and basic stats for multiple cities

create_bulk(cities, country)

Arguments

cities

A character vector of cities located in the same country.

country

The name of a country.

Value

Nothing, used for its side effects (creates html files with maps and basic text)

Examples

create_bulk(cities = c("Sibiu", "Alba Iulia"), country = "Romania")
#> Reading layer `gis_osm_roads_free_1' from data source `/home/g/Nextcloud/R_nc/genderedstreetnames/docs/reference/data/roads_shp/romania' using driver `ESRI Shapefile' #> Simple feature collection with 612595 features and 10 fields #> geometry type: LINESTRING #> dimension: XY #> bbox: xmin: 20.19862 ymin: 43.58925 xmax: 29.72713 ymax: 48.41649 #> epsg (SRID): 4326 #> proj4string: +proj=longlat +datum=WGS84 +no_defs
#> although coordinates are longitude/latitude, st_within assumes that they are planar
#> Error in Remove_first_word(name): could not find function "Remove_first_word"