IP_lookup_full: Match IP integer to all location data

Description Usage Arguments Value Examples

Description

Match IP integer to all location data

Usage

1
IP_lookup_full(IP.integer, IP.database = NULL)

Arguments

IP.integer

a character or factor vector of one or more IP addresses

IP.database

an IP database, see ?ip2location for details on default database from http://lite.ip2location.com

Value

Returns country from IP integers

Examples

1
2
3
4
if(interactive()) {
  IP.integer <- IP_integer(IPs)
  head(IP_lookup_full(IP.integer))
}

IPtoCountry documentation built on May 2, 2019, 6:03 a.m.