Package: tabulator
Title: Efficient Tabulation with Stata-Like Output
Version: 1.0.0
Authors@R: person("Sean", "Higgins", email = "sean.higgins@kellogg.northwestern.edu", role = c("aut", "cre"))
Description: Efficient tabulation with Stata-like output.
	For each unique value of the variable, it shows the number of 
	observations with that value, proportion of observations with that
	value, and cumulative proportion, in descending order of frequency.
	Accepts data.table, tibble, or data.frame as input. 
	Efficient with big data: if you give it a data.table, 
	tab() uses data.table syntax.
Imports: assertthat, dplyr, data.table, magrittr, purrr, rlang, stats,
        stringr, tibble, tidyr
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-01-06 22:03:57 UTC; cesarlandin
Author: Sean Higgins [aut, cre]
Maintainer: Sean Higgins <sean.higgins@kellogg.northwestern.edu>
Repository: CRAN
Date/Publication: 2021-01-08 13:20:02 UTC
Built: R 4.5.2; ; 2025-11-01 03:22:52 UTC; windows
