forked from sfirke/janitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.79 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: janitor
Title: Simple Tools for Examining and Cleaning Dirty Data
Version: 2.1.0.9000
Authors@R: c(person("Sam", "Firke", email = "[email protected]", role = c("aut", "cre")),
person("Bill", "Denney", email = "[email protected]", role = "ctb"),
person("Chris", "Haid", email = "[email protected]", role = "ctb"),
person("Ryan", "Knight", email = "[email protected]", role = "ctb"),
person("Malte", "Grosser", email = "[email protected]", role = "ctb"),
person("Jonathan", "Zadra", email = "[email protected]", role = "ctb"))
Description: The main janitor functions can: perfectly format data.frame column
names; provide quick counts of variable combinations (i.e., frequency
tables and crosstabs); and isolate duplicate records. Other janitor functions
nicely format the tabulation results. These tabulate-and-report functions
approximate popular features of SPSS and Microsoft Excel. This package
follows the principles of the "tidyverse" and works well with the pipe function
%>%. janitor was built with beginning-to-intermediate R users in mind and is
optimized for user-friendliness. Advanced R users can already do everything
covered here, but with janitor they can do it faster and save their thinking for
the fun stuff.
URL: https://github.com/sfirke/janitor
BugReports: https://github.com/sfirke/janitor/issues
Depends:
R (>= 3.1.2)
Imports:
dplyr (>= 1.0.0),
lifecycle,
lubridate,
magrittr,
purrr,
rlang,
stringi,
stringr,
snakecase (>= 0.9.2),
tidyselect (>= 1.0.0),
tidyr (>= 0.7.0)
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
sf,
testthat,
tibble,
tidygraph
VignetteBuilder: knitr
Encoding: UTF-8