plot_map {ip2location} | R Documentation |
Plot the country on the map based on IP addresses and its IP2Location country data.
plot_map(ips)
ips |
A vector of IP addresses to be plot on |
## Not run:
plot_map(c("8.8.8.8", "8.8.6.6"))
## End(Not run)