assertive.data.us v0.0-2
Monthly downloads
Assertions to Check Properties of Strings
A set of predicates and assertions for checking the properties of
US-specific complex data types. This is mainly for use by other package
developers who want to include run-time testing features in their own
packages. End-users will usually want to use assertive directly.
Readme
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
.
Functions in assertive.data.us
Name | Description | |
assert_all_are_us_social_security_numbers | Is the string a valid US SSN? | |
assert_all_are_us_zip_codes | Is the string a valid US zip code? | |
assert_all_are_us_telephone_numbers | Is the string a valid US telephone number? | |
No Results! |
Last month downloads
Details
Type | Package |
Date | 2018-10-21 |
URL | https://bitbucket.org/richierocks/assertive.data.us |
BugReports | https://bitbucket.org/richierocks/assertive.data.us/issues |
License | GPL (>= 3) |
LazyLoad | yes |
LazyData | yes |
Acknowledgments | Development of this package was partially funded by
the Proteomics Core at Weill Cornell Medical College in Qatar
|
Collate | 'imports.R' 'assert-is-data-us.R' 'is-data-us.R' |
RoxygenNote | 6.1.0 |
NeedsCompilation | no |
Packaged | 2018-10-21 20:34:41 UTC; richierocks |
Repository | CRAN |
Date/Publication | 2018-10-21 20:50:03 UTC |
imports | assertive.base (>= 0.0-2) , assertive.strings |
suggests | devtools , testthat |
depends | R (>= 3.0.0) |
Contributors |
Include our badge in your README
[](http://www.rdocumentation.org/packages/assertive.data.us)