一段时间后我再次开始使用该包ggmap,现在当我尝试使用 function 获取地图时遇到问题get_map。无论我指定哪个来源,我总是收到错误
Error: Google now requires an API key.
See ?register_google for details.
Run Code Online (Sandbox Code Playgroud)
虽然我不知道为什么这样的电话
get_map(location = "texas", zoom = 6, source = "stamen")
Run Code Online (Sandbox Code Playgroud)
需要对谷歌进行 API 调用。有没有人经历过类似的事情并且有已知的解决方法吗?