adjustRecords {rspa} | R Documentation |
DEPRECATED Adjust records in a data.frame
Description
A convenient wrapper around adjust
that loops over all records in a
data.frame
. DEPRECATED. See match_restrictions
.
Usage
adjustRecords(
E,
dat,
adjust = array(TRUE, dim = dim(dat)),
w = rep(1, ncol(dat)),
verbose = FALSE,
...
)
Arguments
E |
|
dat |
a |
adjust |
a |
w |
a vector of length |
verbose |
print progress to console |
... |
extra options, passed through to |
Value
An object of class adjustedRecords
Details
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.
See Also
[Package rspa version 0.2.8 Index]