IP_lookup: Match IP integer to country name

Description Usage Arguments Value Examples

Description

Match IP integer to country name

Usage

1
IP_lookup(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.lite.db1 for details on default database from http://lite.ip2location.com

Value

Returns country from IP integers

Examples

1
2
IP.integer <- IP_integer(IPs)
head(IP_lookup(IP.integer))

gitronald/IPtoCountry documentation built on May 17, 2019, 5:29 a.m.