Check if a function has been mtraced.
is.mtraced(f)
f
TRUE or FALSE.
fff <- function() 99 is.mtraced( fff) mtrace( fff) is.mtraced( fff)