Catch errors during methods implementation.
handle_true_errors(
func,
fname = NULL,
spname = NULL,
verbose = FALSE,
warn = FALSE,
silence_true_errors = TRUE
)Handle errors
Outlier detection function
function name for messaging or warning identification.
species name being handled
whether to return messages or not. Default FALSE.
whether to return warning or not. Default TRUE.
show execution errors and therefore for multiple species the code will break if one of the methods fails to execute.