I'd like to use R's leaflet package outside WGS84 on the arcitc-sdi web map tile service .
I think that it might not be possible but I would like to get a definitive source. It looks like there are plugins to do polar projections with leaflet (but maybe not R's leaflet package?).
I can load "http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts" as wms in QGIS but I can't work it with leaflet in R.
library(leaflet);leaflet() %>% addWMSTiles("http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts")
Edit: I have found a similar service with a tile service like osm.
http://{s}.tiles.arcticconnect.org/osm_{projection}/{z}/{x}/{y}.png