adjustRecords {rspa} | R Documentation |
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,
...
)
E |
|
dat |
a |
adjust |
a |
w |
a vector of length |
verbose |
print progress to console |
... |
extra options, passed through to |
An object of class adjustedRecords
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.