newerrorlocation: Generate new errorlocation object

View source: R/errorLocation.R

newerrorlocationR Documentation

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().


editrules documentation built on June 22, 2024, 12:21 p.m.