我一直在使用 mapshot 来发送交互式数据地图,但最近,虽然我可以使用 mapview 制作我想要的地图,但我无法保存它们。
例子:
map<- mapview(mapdata, zcol = "columnofinterest", burst = TRUE)
mapshot(map, url = paste0(getwd(), "/whatIwanttocallmymap.html"))
File whatIwanttocallmymap_files/PopupTable-0.0.1/popup.css not found in resource path
Error: pandoc document conversion failed with error 99
恐怕我在获取包裹方面搞砸了。带有包名称的文件夹出现在我设置为 wd 的区域中,而不是在我的 R 库中
感谢您提供的任何帮助/建议