The goal of validata is to provide functions for validating the structure and properties of data frames.
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")