Description Usage Details Value Examples
Añadir la Geolocalización de las IPs al dataframe
1 | addIPgeolocation(ips = "", df.maxmind = data.frame(), boost = FALSE)
|
Añadimos la geolocalización de las IPS al dataframe definitivo a partir del dataset de maxmind
Dataframe final
1 2 3 4 5 | ## Not run:
geoips <- addIPgeolocation(ips = c("8.8.8.8", "147.81.23.1"),
df.maxmind = download.maxmind())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.