Hello,
I'm trying to work on certain exercises on world map and countries , states..etc., to have plots.
Connected to world data base to retrieve the maps information.
I've installed maps, mapproj, rnaturalearth, rnaturalearthhires to run my exercises in R studio app
However, I'm experiencing various errors like
map(database = "world") for this I see the warning message as " no symbol named 'map' in scope"
Like wise when I run the following code
india<- ne_states(country="india")
map(india)
Error in map(india) : could not find function "map" I receive the error.
I've tried both "india" and "India" both are giving errors.
Any suggestions and corrections will be a great help.
Thanks
-Prasoona