Similar to this question: Plotting UK postcodes on a map in R
I am trying to plot various postcodes on a map using the plotGoogleMaps function, however when I get to the last step e.g.
m <- plotGoogleMaps(UK_Map , filename='MAP_UK.html')
Nothing happens except for the little stop sign in the corner appearing as if something is loading.
Is anyone able to tell me how I can view the map / where I'm going wrong? I have read elsewhere that you can supposedly view the file in your working directory but unfortunately it's not there so I'm not sure what to do.