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

zoneparser is a very small package that parses full Domain Name System (DNS) zone files into their component parts. Uses code from the node.js dns-zonefile module.

The following functions are implemented:

News

Installation

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

Usage

library(zoneparser)

# current verison
packageVersion("zoneparser")

print(str(parse_zone(system.file("zones/20151001-wtf-zone-data.txt", package="zoneparser"))))

Test Results

library(zoneparser)
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/zoneparser documentation built on May 17, 2019, 5:54 p.m.