I would like to map some raster data using tmap package. My geographical extent is Europe and R cannot find the map of Europe altough I got the latest version of R and all packages required. I am trying this:
library(tmap)
data(Europe)
tm_shape(Europe) + tm_fill()
And it writes this
Error in as.list.environment(environment()) : object 'Europe' not found
I found this way to do it on almost every website, havent a clue why it doesnt work. Thanks for your help!