-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 1018 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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 = "[email protected]",
role = c("aut", "cre")
)
Maintainer: Peter Meissner <[email protected]>
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)