plot_map {ip2proxy} | R Documentation |
Plot map using IP2Location data.
Description
Plot the country on the map based on IP addresses and its IP2Location country data.
Usage
plot_map(ips)
Arguments
ips |
A vector of IP addresses to be plot on |
Examples
## Not run:
plot_map(c("1.0.241.135", "1.2.3.4"))
## End(Not run)
[Package ip2proxy version 1.2.0 Index]