validata: Validate Data Frames

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?

Version: 0.1.0
Depends: R (≥ 2.10)
Imports: dplyr, stringr, janitor, rlang, tidyselect, purrr, magrittr, tidyr, tibble, gtools, listviewer, data.table, scales, utils, BBmisc, framecleaner, badger, rlist
Suggests: knitr, rmarkdown, testit, webshot
Published: 2021-10-05
Author: Harrison Tietze [aut, cre]
Maintainer: Harrison Tietze <Harrison4192 at gmail.com>
BugReports: https://github.com/Harrison4192/validata/issues
License: MIT + file LICENSE
URL: https://harrison4192.github.io/validata/, https://github.com/Harrison4192/validata
NeedsCompilation: no
Materials: README NEWS
CRAN checks: validata results

Documentation:

Reference manual: validata.pdf
Vignettes: PackageIntroduction

Downloads:

Package source: validata_0.1.0.tar.gz
Windows binaries: r-devel: validata_0.1.0.zip, r-release: validata_0.1.0.zip, r-oldrel: validata_0.1.0.zip
macOS binaries: r-release (arm64): validata_0.1.0.tgz, r-oldrel (arm64): validata_0.1.0.tgz, r-release (x86_64): validata_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=validata to link to this page.