You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
The package provides functionality to check variables against a set of basic format rules. This is useful in data migration or data cleaning to quickly check assumptions about data types and content.
See the file in vignettes/index.md for a complete example on how to use.
You can download release versions from the CRAN repository following standard menu options in R or RStudio.
The latest development version can be obtained from this repository in github using:
```r
if (!require('devtools')) install.packages('devtools')