Full:
     █
  1. └─NA %>% C()
  2.   ├─base::withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
  3.   └─base::eval(quote(`_fseq`(`_lhs`)), env, env)
  4.     └─base::eval(quote(`_fseq`(`_lhs`)), env, env)
  5.       └─rlang:::`_fseq`(`_lhs`)
  6.         └─magrittr::freduce(value, `_function_list`)
  7.           ├─base::withVisible(function_list[[k]](value))
  8.           └─function_list[[k]](value)
  9.             └─rlang:::C(.)
 10.               └─rlang:::f()

Collapsed:
     █
  1. └─[ NA %>% C() ] with 7 more calls
  9.   └─rlang:::C(.)
 10.     └─rlang:::f()

Branch:
  1. rlang:::C(.)
  9. rlang:::f()
 10. rlang:::C(.)
