While generating maps thorough R i can see projection information coming over map like below:
my code as follows:
library(mapview) library(GADMTools)
AdminLayer = readOGR("CHN_adm0.shp")
mapView(AdminLayer, zcol = "Country", layer.name = NULL, legend=TRUE)
Please suggest.