Register a handler for the "inefficient" action category.
Source: R/handlers.R
inefficient_action_handler.RdThin wrapper around register_dafr_handler("inefficient", handler).
Exists to match the Julia-facade wrapper's API.
Arguments
- handler
One of
ERROR_HANDLER,WARN_HANDLER,IGNORE_HANDLER, or a functionfunction(message, ...).
Examples
inefficient_action_handler(IGNORE_HANDLER)
inefficient_action_handler(function(msg) message("inefficient: ", msg))