The goal of DAL Toolbox Data Preprocessing is to provide an extended set of data preprocessing activities.
The latest version of DAL Toolbox Data Preprocessing at CRAN is available at: https://CRAN.R-project.org/package=daltoolboxdp
You can install the stable version of DAL Toolbox from CRAN with:
install.packages("daltoolboxdp")
You can install the development version of DAL Toolbox Data Preprocesing from GitHub https://github.com/cefet-rj-dal/daltoolboxdp with:
library(devtools)
::install_github("cefet-rj-dal/daltoolboxdp", force=TRUE, dependencies=FALSE, upgrade="never") devtools
The examples are organized according to general (data preprocessing).
Examples: https://github.com/cefet-rj-dal/daltoolboxdp/tree/main/examples