You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
573 B

#' Gather Autonomous System, IP Address, and Routing Information from Qrator Radar
#'
#' Qrator has an API (<https://api.radar.qrator.net/>) that can
#' be queried for information on autonomous systems, IP addresses, and
#' various internet routing metadata. Tools are provided to perform these
#' queries and retrieve resultsets. Note that an account is needed to
#' generate the free API key which is required for all API calls
#'
#' @md
#' @name qradar
#' @keywords internal
#' @author Bob Rudis (bob@@rud.is)
#' @import httr
#' @importFrom jsonlite fromJSON
"_PACKAGE"