knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of turkeymap is to provide province and district data for Turkey.
You can install turkeymap
from github with:
devtools::install_github("emraher/turkeymap") tr_provinces <- turkeymap::provinces tr_districts <- turkeymap::districts
HDX provides the most recent shapefiles for Turkey. You can download shapefiles for Administrative Boundaries from this link.
You can import shp file into R using sf
library.
library(tidyverse) library(sf) dt <- st_read("./data-raw/hdx/tur_polbnda_adm2.shp") hdx_dt <- st_set_geometry(dt, NULL)
tuik
tuik
package also provides functions for mapping data.
130 İlçe Kurulması Hakkında Kanun
Onüç İlçe ve İki İl Kurulması Hakkında Kanun
3 İlçe Kurulması Hakkında Kanun
Üç İlçe ve Bir İl Kurulması ile 190 Sayılı Kanun Hükmünde Kararnamenin Eki Cetvellerde Değişiklik...
Aydın İli Yenihisar İlçesi Adının "Didim" Olarak Değiştirilmesi Hakkında Kanun
ON DÖRT İLDE BÜYÜKŞEHİR BELEDİYESİ VE YİRMİ YEDİ İLÇE KURULMASI
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.