readOGR() cannot open file

后端 未结 6 919
臣服心动
臣服心动 2020-12-08 00:50
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

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 01:24

    As I commented in other post (Error when opening shapefile), using file.choose() and selecting manually will help in the case one file selection is needed. Apparently is related with NaturalEarth shapefiles

提交回复
热议问题