注册 googleAuthR 的简单方法,以便我可以在 R 中的地图上制作气泡图?这是我一直在尝试的:
library(ggmap)
library(googleAuthR)
install.packages("googleAuthR")
# get the map info
remotes::install_github("abc@gmail.com/googleAuthR")
gar_auth(email = "abc@gmail.com")
map <- get_googlemap("Montpellier, France", zoom = 8, maptype = "terrain")