Package: validata
Title: Validate Data Frames
Version: 0.1.1
Authors@R: 
    person(given = "Harrison",
           family = "Tietze",
           role = c("aut", "cre"),
           email = "Harrison4192@gmail.com")
Maintainer: Harrison Tietze <Harrison4192@gmail.com>
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?
License: MIT + file LICENSE
URL: https://harrison4192.github.io/validata/,
        https://github.com/Harrison4192/validata
BugReports: https://github.com/Harrison4192/validata/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Imports: dplyr, stringr, janitor, rlang, tidyselect, purrr, magrittr,
        tidyr, tibble, gtools, listviewer, data.table, scales, utils,
        framecleaner, badger, rlist
Suggests: knitr, rmarkdown, testit
VignetteBuilder: knitr
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2026-02-25 14:06:29 UTC; harrisontietze
Author: Harrison Tietze [aut, cre]
Repository: CRAN
Date/Publication: 2026-02-26 10:00:02 UTC
Built: R 4.6.0; ; 2026-02-28 00:51:52 UTC; windows
