getipintel: Retrieve IP address metadata from GetIPIntel

Description Usage Arguments Author(s) References Examples

View source: R/getipintel.R

Description

Retrieve IP address metadata from GetIPIntel

Usage

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

Arguments

ip

an IP address (length 1 character vector)

flags, oflags

a valid GetIPIntel flag specification (See: https://getipintel.net/free-proxy-vpn-tor-detection-api/#optional_settings)

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.

Author(s)

Bob Rudis (bob@rud.is)

References

https://getipintel.net/

Examples

1
2
3
4
## Not run: 
getipintel("24.63.157.68")

## End(Not run)

rIP documentation built on May 30, 2019, 1:01 a.m.