get_ip_info {iplookupapi} | R Documentation |
Checks the provided IP address (both v4 & v6 formats) and returns all available information.
Description
Checks the provided IP address (both v4 & v6 formats) and returns all available information.
Usage
get_ip_info(ip = NULL, language = NULL)
Arguments
ip |
The IP address you want to query |
language |
An ISO Alpha 2 Language Code for localizing the IP data |
Value
Returns all available information about an IP address.
[Package iplookupapi version 0.1.0 Index]