Similar to this post, I have the following problem.
states <- map_data("state")
Error in .C(C_map_type, as.character(mapbase), integer(1)) : Incorrect number of arguments (2), expecting 0 for ''
I have the latest maps library installed too. I'm using RStudio version 1.1.383 with R 3.4.3 on Windows 10. I have gotten this command to run previously, and in the same code it is not running.
Any insight would be appreciated.