wmap <- readOGR(dsn=\"~/R/funwithR/data/ne_110m_land\", layer=\"ne_110m_land\")
This code is not loading the shape file and error is generated a
the syntax: library(raster) s <- shapefile("~/R/funwithR/data/ne_110m_land/ne_110m_land.shp") worked perfectly! todah rabah!
s <- shapefile("~/R/funwithR/data/ne_110m_land/ne_110m_land.shp")