- Upon CRAN request, this package was renamed
cleaner
- This package has now become a wrapper around the
cleaner
package and contains no functions on its own.
- Added support for currency as a new class:
as.currency()
andclean_currency()
. They also come with 'S3 methods' forprint
,format
,sum
,min
andmax
. - Added
clean_POSIXct()
to clean date/time objects top_freq()
now correctly selects bottoms items using negative a number for nfreq.default()
is now exported for use in other packages- All numeric calculation in the header of frequency tables now use the same algorithm as used by Minitab and SPSS (see 'Type 6' on
stats::quantile()
) - More robust results for
clean_character()
, it also keeps in-between spaces now clean_numeric()
now supports currency- Fix for
freq()
where the precentage of NAs in the header was not calculated right
- First release