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 fromCRAN with:
install.packages("validata")And the development version fromGitHub with:
# install.packages("devtools")devtools::install_github("Harrison4192/validata")