Package: freqtables
Type: Package
Title: Make Quick Descriptive Tables for Categorical Variables
Description: Quickly make tables of descriptive statistics (i.e., counts, 
    percentages, confidence intervals) for categorical variables. This 
    package is designed to work in a Tidyverse pipeline, and consideration
    has been given to get results from R to Microsoft Word ® with minimal pain.
Version: 0.1.0
Authors@R: person("Brad", "Cannell", email = "brad.cannell@gmail.com",
  role = c("aut", "cre"))
Maintainer: Brad Cannell <brad.cannell@gmail.com>
URL: https://github.com/brad-cannell/freqtables
BugReports: https://github.com/brad-cannell/freqtables/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Imports: dplyr, rlang, stringr
Suggests: testthat (>= 2.1.0), knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-07-15 13:39:27 UTC; bradcannell
Author: Brad Cannell [aut, cre]
Repository: CRAN
Date/Publication: 2020-07-20 08:40:06 UTC
