0

This is my code:

map <- mapLeaflet <- leaflet() %>%
  addTiles() 

And this is the error:

Failed to load resource: the server responded with a status of 407 (Proxy Authentication Required)


This is how the map appears:

This is how the map appears

2
  • Hello Jole, if that would be possibile for you, you should add a reproducible example. We could help you more easily :)
    – Alessio
    Commented Oct 25, 2019 at 17:19
  • I get the same results when running in RStudio using a VPN. The code however does run in R. Any solution to get working in Rstudio when using a VPN would be greatly appreciated. Commented May 17, 2020 at 22:29

0

Browse other questions tagged or ask your own question.