domaintools - an R API interface to the DomainTools API

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

The following functions are implemented:

News

Installation

devtools::install_github("hrbrmstr/domaintools")
options(width=120)

Usage

library(domaintools)

# current verison
packageVersion("domaintools")

whois("domaintools.com")

whois_history("domaintools.com")

domain_profile("domaintools.com")

hosting_history("domaintools.com")

Test Results

library(domaintools)
library(testthat)

date()

test_dir("tests/")

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/domaintools documentation built on May 17, 2019, 4:56 p.m.