Package: validata
Title: Validate Data Frames
Version: 0.1.0
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.1.1
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
VignetteBuilder: knitr
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2021-10-04 20:26:19 UTC; Harrison
Author: Harrison Tietze [aut, cre]
Repository: CRAN
Date/Publication: 2021-10-05 08:20:02 UTC
Built: R 4.2.0; ; 2022-04-13 23:18:42 UTC; unix
