addIPgeolocation: Given a vector of IP addresses it returns a data frame with...

Description Usage Arguments Value Examples

Description

Given a vector of IP addresses it returns a data frame with the IP addresses and its geolocation data (lat, long, accuracy and more).

Usage

1
addIPgeolocation(ips = "", df.maxmind = data.frame(), boost = FALSE)

Arguments

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

Value

data.frame

Examples

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)

DDS-MCSM/dds.base documentation built on June 4, 2019, 11:39 p.m.