Description
Validate Data Frames.
Description
Functions for validating the structure and properties of data frames. Answers essential questions about a data set after initial import or modification. What are the unique or missing values? What columns form a primary key? What are the properties of the numeric or categorical columns? What kind of overlap or mapping exists between 2 columns?
README.md
validata
The goal of validata is to provide functions for validating the structure and properties of data frames.
Installation
You can install the released version of validata from CRAN with:
install.packages("validata")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("Harrison4192/validata")