Package: tabit
Type: Package
Title: Simple Tabulation Made Simple
Version: 0.2.1
Date: 2020-03-30
Authors@R: person(
        given  = "Peter", 
        family = "Meissner", 
        email  = "retep.meissner@gmail.com", 
         role  = c("aut", "cre")
     )
Maintainer: Peter Meissner <retep.meissner@gmail.com>
Description: Simple tabulation should be dead simple. 
    This package is an opinionated approach to easy tabulations while also 
    providing exact numbers and allowing for re-usability. 
    This is achieved by providing tabulations as data.frames with columns for 
    values, optional variable names, frequency counts including and excluding 
    NAs and percentages for counts including and excluding NAs. Also values are
    automatically sorted by in decreasing order of frequency counts to allow for 
    fast skimming of the most important information. 
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Suggests: testthat (>= 2.1.0)
NeedsCompilation: no
Packaged: 2020-03-30 21:17:05 UTC; peter
Author: Peter Meissner [aut, cre]
Repository: CRAN
Date/Publication: 2020-03-30 21:30:02 UTC
Built: R 4.4.3; ; 2025-10-21 12:21:17 UTC; windows
