ipListLookup: ipListLookup

Description Usage Arguments Value Author(s) See Also Examples

View source: R/ipListLookup.R

Description

This function geocodes a list of ip addresses.

Usage

1

Arguments

x

x is a list containing ip addresses.

Value

A data frame is returned containing the following elements:

ipaddress

Input ip address.

statusCode

Returned status code from lookup.

latitude

Point coordinate - latitude.

longitude

Point coordinate - longitude.

statusMessage

Returned status message from lookup.

countryCode

Country code from ip lookup.

countryName

Country name from ip lookup.

regionName

State/region/province from ip lookup.

cityName

City from ip lookup.

zipCode

Postal code from ip lookup.

timeZone

Timezone from ip lookup.

Author(s)

Randall Shane, PhD
rshane@basexvi.com

See Also

geoIP, geoPlot

Examples

1
2
3
4
ips <- c('108.128.64.50','108.223.56.106','108.230.22.18','108.231.204.187','108.66.55.227')
x <- data.frame(ips)
x
ipListLookup(x)

RandallShanePhD/geoPlot documentation built on May 18, 2019, 1:34 p.m.