forked from sfirke/janitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 1.35 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
Package: janitor
Title: Simple Tools for Examining and Cleaning Dirty Data
Version: 0.2.1.9000
Authors@R: c(person("Sam", "Firke", email = "samuel.firke@gmail.com", role = c("aut", "cre")),
person("Chris", "Haid", email = "chrishaid@gmail.com", role = "ctb"),
person("Ryan", "Knight", email = "ryangknight@gmail.com", role = "ctb"))
Description: The main janitor functions can: perfectly format data.frame column
names; isolate duplicate records; and provide quick one- and two-variable
tabulations (i.e., frequency tables and crosstabs). Other janitor functions
nicely format the results of these tabulations. 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 (>= 0.5.0),
tidyr
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 5.0.1
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr