As a model object navigates a pipeline prior to simulation, arguments are
collected to eventually be passed to mrgsim()
. simargs()
lets you
intercept and possibly clear those arguments.
simargs(x, which = NULL, clear = FALSE, ...)
If clear
is TRUE
, the argument list is
cleared and the model object is returned. Otherwise, the argument
list is returned.