R/data-documentation.R

#' IP addresses
#'
#' A dataset containing 1000 randomly generated IP addresses
#'
#' @format A character vector with length 1000
#' @source Generated using \code{\link{IP_generator}}
"IPs"


#' IP database - small
#'
#' A dataset containing 149,449 IP integer ranges and their corresponding country
#' names and abbreviations
#'
#' Last updated: 06/06/2016
#'
#' @format A data.frame with four variables
#' \describe{
#'   \item{IPfrom}{Start of IP integer range}
#'   \item{IPto}{End of IP integer range}
#'   \item{Abrv}{Two-character country code based on ISO 3166.}
#'   \item{Country}{Country name based on ISO 3166.}
#' }
#' @source \url{http://lite.ip2location.com}
"ip2location.lite.db1"

Try the IPtoCountry package in your browser

Any scripts or data that you put into this service are public.

IPtoCountry documentation built on May 2, 2019, 6:03 a.m.