The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The goal of locateip is to locate IP addresses using ip-api.com
For the most recent version, on CRAN:
install.packages("locateip")
You can install the development version of locateip from GitHub:
# install.packages("devtools")
::install_github("clessn/locateip") devtools
library(locateip)
locate_ip("132.203.167.188", fields = c("status,message,country,city"))
#> # A tibble: 1 × 3
#> status country city
#> <chr> <chr> <chr>
#> 1 success Canada Québec
ip-api is free for non-commercial use.
For API documentation and terms of service, see ip-api.com.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.