installr
installr copied to clipboard
Error: The website of this service has moved to https://ipstack.com/.
I am trying to run the code from this website: https://rdrr.io/cran/installr/man/freegeoip.html
library(installr)
myip_details <- freegeoip(myip())
my_lati <- myip_details$latitude
my_long <- myip_details$longitude
But I get this error:
Error in freegeoip(myip()) :
The website of this service has moved to https://ipstack.com/. If you want to update this function to work with it, please send a pull request on https://github.com/talgalili/installr
Can something be done about this?
Thanks!