Skip to content
Prev 1115 / 1340 Next

New package cleandata: functions to clean business data

Hi useRs,

A new package, cleandata, has been released on CRAN.

This package contains functions to that work with data frame to inspect,
impute, and encode data. The functions for imputation and encoding can
produce log files to help you keep track of your process.

I designed the package to be efficient to work with business datasets.
However, it can also work with other datasets, especially datasets with
many columns.

A Demo of Using It to Wrangle Business Data:
https://rpubs.com/neilalien/rpkgcd010demo01

CRAN: https://cran.r-project.org/package=cleandata
GitHub: https://github.com/sherrisherry/cleandata

All the best,