Created
July 13, 2017 17:55
-
-
Save sfirke/57b0834aa401044850ef42707b5f451d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package: janitor | |
Title: Simple Tools for Examining and Cleaning Dirty Data | |
Version: 0.3.0.9000 | |
Authors@R: c(person("Sam", "Firke", email = "[email protected]", role = c("aut", "cre")), | |
person("Chris", "Haid", email = "[email protected]", role = "ctb"), | |
person("Ryan", "Knight", email = "[email protected]", role = "ctb")) | |
Description: The main janitor functions can: perfectly format data.frame column | |
names; provide quick one- and two-variable tabulations (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 (>= 0.7.0), | |
tidyr, | |
magrittr, | |
purrr, | |
rlang | |
License: MIT + file LICENSE | |
LazyData: true | |
RoxygenNote: 6.0.1 | |
Suggests: | |
testthat, | |
knitr, | |
rmarkdown | |
VignetteBuilder: knitr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment