ipinfo: Look Up Information about an IP Address

Description Usage Arguments Value Examples

Description

ipinfo looks up information about a given IP address using the ipinfo.io API.

Usage

1
ipinfo(ip = NULL)

Arguments

ip

An IP address. If none is provided, your own IP address is used

Value

A list containing information about the IP address, including the owner, the hostname (if applicable), and geological information.

Examples

1
2
3
4
5
## Not run: 
my_ip_info <- ipinfo()
google_dns <- ipinfo(ip = "8.8.8.8")

## End(Not run)

briandconnelly/ripinfo documentation built on May 13, 2019, 7:41 a.m.