Janitor Versions Save

simple tools for data cleaning in R

v0.2.0

7 years ago

janitor 0.2 (Release date: 2016-10-03)

Features

Major

Submitted to CRAN!

Minor

  • The count in tabyl() for factor levels that aren't present is now 0 instead of NA (#48)

Bug fixes

  • Can call tabyl() on the result of a tabyl(), e.g., mtcars %>% tabyl(mpg) %>% tabyl(n) (#54)
  • get_dupes() now works on variables with spaces in column names (#62)

Package management

  • Reached 100% unit test code coverage

0.1.0

8 years ago

Initial package launch with four functions:

  • clean_names()
  • excel_numeric_to_date()
  • remove_empty_rows()
  • remove_empty_cols()