data.frame
A convenient wrapper around adjust
that loops over all records in a
data.frame
. DEPRECATED. See match_restrictions
.
adjustRecords(
E,
dat,
adjust = array(TRUE, dim = dim(dat)),
w = rep(1, ncol(dat)),
verbose = FALSE,
...
)
An object of class adjustedRecords
a editmatrix
a data.frame
a nrow(dat) x ncol(dat)
boolean array, indicating which fields
must be adjusted.
a vector of length ncol(dat)
or array of size adjust
with adjustment weights.
print progress to console
extra options, passed through to adjust
This function is not written to be especiallty speedy or memory-efficient, but to offer a
convenient interface to adjusting a data.frame
of records.
adjust