> map(india) Error in map(india) : could not find function "map"

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

I would guess that you are not loading your libraries into your session by use of the library() function

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.