dropHook: drop a function from a hook

Description Usage Arguments Value Note

Description

drop a function from a hook

Usage

1
dropHook(hookName, n)

Arguments

hookName

character scalar hook hame; must be one of the names in names(Motus$hooks). The name indicates the motusClient function which is being customized.

n;

position of function on hook. If omitted, all functions are removed from the hook, otherwise, the 'n'th one is removed, if it exists.

Value

TRUE; if hookName is not valid or there is no hook at position 'n' (if supplied), then stops with an error

Note

:


jbrzusto/motusClient documentation built on May 30, 2019, 4:33 p.m.