我尝试使用Leaflet Package中的addTiles函数绘制Delhi位置。以下是代码:
leaflet()%>%
addTiles(map = "Delhi",urlTemplate = "http://www.openstreetmap.org/search?query=delhi#map=11/28.6518/77.2219",attribution = 'Google')
获取此错误:map $ x:$ operator中的错误对原子矢量无效
我搜索了解决方案,但无法找到我特定问题的答案。