Learn R Programming

ip2location (version 8.1.2)

plot_map: 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

Run this code
if (FALSE) {
plot_map(c("8.8.8.8", "8.8.6.6"))
}

Run the code above in your browser using DataLab