newerrorlocation: Generate new errorlocation object
Description
Generate new errorlocation object
Usage
newerrorlocation(
adapt,
status,
call = sys.call(-1),
method,
user = Sys.info()["user"],
timestamp = date()
)
Arguments
- adapt
Logical array of same dimensions of dataset, indicating which variable have to be changed per record
- status
data.frame
- call
A call
object
- user
character
username
- timestamp
character
returned by date()
.