preFinalParTableHooksAdd: Register a pre-final parameter table hook run before final...

View source: R/hook.R

preFinalParTableHooksAddR Documentation

Register a pre-final parameter table hook run before final table assembly

Description

'fun' must take one argument ('env') and update it in place (e.g. 'cov', 'theta', 'thetaNames', 'thetaDf') before the final tables are built.

Usage

preFinalParTableHooksAdd(name, fun)

Arguments

name

Character vector representing the name of the hook

fun

The function to run

Value

The function that was added (invisibly)

Author(s)

Matthew L. Fidler

See Also

Other preProcessHooks: postFinalObjectHooks(), postFinalObjectHooksAdd(), postFinalObjectHooksRm(), preFinalParTableHooks(), preFinalParTableHooksRm(), preProcessHooks(), preProcessHooksAdd(), preProcessHooksRm()


nlmixr2est documentation built on Aug. 5, 2026, 1:11 a.m.