library(tidyverse) library(sp) setwd("C:/Users/sy/Desktop/Sy_project") TUR <- readRDS("TUR_adm1.rds") plot(TUR) TUR@data %>% as_tibble() %&g