R/rIP-package.R

#' Detects Fraud in Online Surveys by Tracing, Scoring, and Visualizing IP Addresses
#'
#' @md
#' @name rIP
#' @docType package
#' @importFrom amerika amerika_palette
#' @importFrom graphics barplot
#' @importFrom dplyr bind_rows
#' @importFrom iptools ip_classify
#' @importFrom utils txtProgressBar packageVersion packageDescription setTxtProgressBar
#' @importFrom httr GET stop_for_status content add_headers user_agent
#' @importFrom jsonlite fromJSON
#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL

Try the rIP package in your browser

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

rIP documentation built on May 30, 2019, 1:01 a.m.