Learn R Programming

rIP (version 1.2.0)

getipintel: Retrieve IP address metadata from GetIPIntel

Description

Retrieve IP address metadata from GetIPIntel

Usage

getipintel(ip, flags = NULL, oflags = NULL,
  contact_info = getipintel_contact_info())

Arguments

ip

an IP address (length 1 character vector)

flags, oflags
contact_info

GetIPIntel requires supplying contact info with each API call. Presently, this takes the form of an email address. See getipintel_contact_info() for more information.

References

https://getipintel.net/

Examples

Run this code
# NOT RUN {
getipintel("24.63.157.68")
# }

Run the code above in your browser using DataLab