ip2coordinates: Finds geographic information related to an IP address.
Description
This function returns geographic information related to one or possibly more IP addresses.
Usage
ip2coordinates(ip, session=getCurlHandle())
Arguments
ip
A string containing a single IP address or multiple, comma-separated IPs.
session
This is the CURLHandle object giving the structure for the options and that will process the command. For curlMultiPerform, this is an object of class code MultiCURLHandle-class.