README.md

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Is the package on CRAN? SemaphoreCI Build Status AppVeyor Build Status Research software impact

assertive.data.us

A set of predicates and assertions for checking the properties of US-specific complex data types. Most of the documentation is on the assertive page. End-users will usually want to use assertive directly.

Installation

To install the stable version, type:

install.packages("assertive.data.us")

To install the development version, you first need the devtools package.

install.packages("devtools")

Then you can install the assertive.data.us package using

library(devtools)
install_bitbucket("richierocks/assertive.data.us")

Predicates

is_us_telephone_number checks character vectors for UK telephone numbers.

is_uk_zipcode checks character vectors for UK zip codes.

Assertions

Predicates all return a vector and have two corresponding assertions. For example, is_us_telephone_number has assert_all_are_us_telephone_numbers and assert_any_are_us_telephone_numbers.



Try the assertive.data.us package in your browser

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

assertive.data.us documentation built on May 2, 2019, 12:22 p.m.