Call stack
The call stacks printed by traceback()
, browser()
& where
, and recover()
are not consistent.

RStudio displays calls in the same order as traceback()
. rlang functions use the same ordering and numbering as recover()
, but also use indenting to reinforce the hierarchy of calls.