knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "##",
  fig.path = "README-",
  message = FALSE, 
  warning = FALSE,
  fig.retina = 2
)
options(width=120)

whoisxmlapi

Query 'IP' and Domain Information from 'WhoisXMLAPI'

Description

The 'WhoisXMLAPI' (https://whoisxmlapi.com/) service provides current and historical metadata on 'IP' addresses and 'WHOIS' records for internet domain names. Methods are provided to query and process query results.

What's Inside the Tin?

The following functions are implemented:

Installation

devtools::install_github("hrbrmstr/whoisxmlapi")

Usage

library(whoisxmlapi)

# current verison
packageVersion("whoisxmlapi")
dplyr::glimpse(account_balance())

whoisxmlapi Metrics

cloc::cloc_pkg_md()

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



hrbrmstr/whoisxmlapi documentation built on May 17, 2019, 5:53 p.m.