Other packages > Find by keyword >

editrules  

Parsing, Applying, and Manipulating Data Cleaning Rules
View on CRAN: Click here


Download and install editrules package within the R console
Install from CRAN:
install.packages("editrules")

Install from Github:
library("remotes")
install_github("cran/editrules")

Install by package version:
library("remotes")
install_version("editrules", "2.9.6")



Attach the package and use:
library("editrules")
Maintained by
Edwin de Jonge
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2011-01-31
Latest Update: 2025-09-03
Description:
Facilitates reading and manipulating (multivariate) data restrictions (edit rules) on numerical and categorical data. Rules can be defined with common R syntax and parsed to an internal (matrix-like format). Rules can be manipulated with variable elimination and value substitution methods, allowing for feasibility checks and more. Data can be tested against the rules and erroneous fields can be found based on Fellegi and Holt's generalized principle. Rules dependencies can be visualized with using the 'igraph' package.
How to cite:
Edwin de Jonge (2011). editrules: Parsing, Applying, and Manipulating Data Cleaning Rules. R package version 2.9.6, https://cran.r-project.org/web/packages/editrules. Accessed 05 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:35), 0.1-1 (2011-01-31 18:19), 0.2 (2011-02-08 09:47), 0.4-1 (2011-03-12 10:05), 0.4 (2011-02-26 09:22), 0.5 (2011-04-01 23:07), 0.6 (2011-05-11 12:57), 0.7-1 (2011-06-29 11:41), 0.7 (2011-06-25 07:54), 0.8 (2011-07-06 20:56), 0.9-0 (2011-07-23 15:51), 1.0-0 (2011-08-01 12:36), 1.0-1 (2011-08-09 06:59), 1.0-2 (2011-08-10 18:21), 1.5-0 (2011-09-24 08:42), 1.5-1 (2011-09-25 19:35), 1.5-2 (2011-09-26 15:15), 1.6-0 (2011-10-06 15:25), 1.7-0 (2011-10-12 17:37), 1.8-0 (2011-10-23 12:09), 1.8-1 (2011-10-27 07:45), 1.9-0 (2011-11-17 12:25), 2.0-0 (2011-11-30 09:30), 2.0-1 (2011-12-08 21:09), 2.0-3 (2012-01-12 17:32), 2.1-2 (2012-02-08 19:11), 2.2-0 (2012-02-23 09:59), 2.5-0 (2012-06-05 16:46), 2.7.2 (2013-07-03 16:36), 2.7 (2013-03-01 17:38), 2.9.0 (2015-06-11 11:16), 2.9.3 (2018-07-01 23:30), 2.9.5 (2024-05-04 07:50)
Other packages that cited editrules R package
View editrules citation profile
Other R packages that editrules depends, imports, suggests or enhances
Complete documentation for editrules
Functions, R codes and Examples using the editrules R package
Some associated functions: adddummies . adjacency . as.character.cateditmatrix . as.editmatrix . as.editset . as.lp.mip . as.mip . asLevels . backtracker . blocks . cateditmatrix . checkDatamodel . condition . contains.boolmat . contains . datamodel . disjunct . duplicated.editarray . duplicated.editmatrix . echelon . editType . editarray . editfile . editmatrix . editnames . editrules-package . editrules.plotting . edits . editset . eliminate . errorLocalizer . errorLocalizer_mip . errorLocation . expandEdits . fcf.env . generateEdits . getA . getAb . getArr . getInd . getOps . getSep . getUpperBounds . getVars.cateditmatrix . getVars.editarray . getVars.editlist . getVars.editmatrix . getVars . getb . geth . getlevels . getnames . impliedValues . ind2char . indFromArray . is.editrules . isFeasible . isNormalized . isObviouslyInfeasible . isObviouslyRedundant . isSubset . localize . localizeErrors . nedits . neweditarray . neweditmatrix . newerrorlocation . normalize . parseCat . parseCatEdit . parseEdits . parseMix . parseNum . print.backtracker . print.cateditmatrix . print.editarray . print.editlist . print.editmatrix . print.editset . print.editsummary . print.errorLocation . print.locationsummary . print.violatedEdits . reduce . removeRedundantDummies . separate . simplify . softEdits.cateditmatrix . softEdits.editarray . softEdits.editmatrix . softEdits . subsetting . substValue . violatedEdits . writeELAsMip . 
Some associated R codes: adjacency.R . as.igraph.R . as.matrix.R . backtracker.R . blocks.R . c.R . cateditmatrix.R . checkDatamodel.R . checkRows.R . contains.R . disjunct.R . duplicated.R . echelon.R . editAttr.R . editarray.R . editarrayAttr.R . editfile.R . editmatrix.R . editmatrixAttr.R . editrules-data.R . editset.R . eliminate.R . errorLocalizer.R . errorLocalizer_mip.R . errorLocation.R . expandEdits.R . generateEdits.R . getH.R . getUpperBounds.R . getVars.R . is.R . isFeasible.R . isObviouslyInfeasible.R . isObviouslyRedundant.R . isSubset.R . list2env.R . localizeErrors.R . mip.R . parseCat.R . parseEdits.R . parseMix.R . parseNum.R . perturbWeights.R . pkg.R . plot.R . plot_errorLocation.R . print.R . reduce.R . removeRedundant.R . softEdits.R . str.R . subsetting.R . substValue.R . summary.R . violatedEdits.R . writeELAsMip.R . zzz.R .  Full editrules package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

dcov  
A Fast Implementation of Distance Covariance
Efficient methods for computing distance covariance and relevant statistics. See Sz ...
Download / Learn more Package Citations See dependency  
dhReg  
Dynamic Harmonic Regression
Building and forecasting time series data with multiple seasonality using Dynamic Harmonic Regressio ...
Download / Learn more Package Citations See dependency  
noisyr  
Noise Quantification in High Throughput Sequencing Output
Quantifies and removes technical noise from high-throughput sequencing data. Two approaches are use ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
kernelPSI  
Post-Selection Inference for Nonlinear Variable Selection
Different post-selection inference strategies for kernelselection as described in kernelPSI a Post-S ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA