Description Usage Arguments Value Examples
Given a vector of IP addresses it returns a data frame with the IP addresses and its geolocation data (lat, long, accuracy and more).
1 | addIPgeolocation(ips = "", df.maxmind = data.frame(), boost = FALSE)
|
ips |
array of characters of IPv4 addresses |
df.maxmind |
data frame from download.maxmind function |
boost |
logical default set as FALSE, if TRUE it will use parallel computing using multiple cores |
data.frame
1 2 3 4 5 | ## Not run:
geoips <- addIPgeolocation(ips = c("8.8.8.8", "147.81.23.1"),
df.maxmind = download.maxmind())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.