Open embruna opened 3 years ago
Saving the API key currently requires the user install ggmap and save the key to their Renv. It would be convenient if the API key could be saved to the Renv from within refsplitr to avoid having to download and install ggmap.
ggmap
refsplitr
can perhaps borrrow register_google() from ggmap. That way can use that command in refsplitr.
register_google()
Also relevant https://devguide.ropensci.org/package-development-security-best-practices.html#pkgsecrets
Saving the API key currently requires the user install
ggmap
and save the key to their Renv. It would be convenient if the API key could be saved to the Renv from withinrefsplitr
to avoid having to download and installggmap
.