passthru_defined: List of Passthrus to Collapse

Description Usage Format Note

Description

List of Passthrus to Collapse

Usage

1

Format

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
List of 2
 $ :List of 3
  ..$ enter       : chr "try"
  ..$ exit        : chr "doTryCatch"
  ..$ dont.exit.if: chr ""
  ..- attr(*, "class")= chr "passthru_fun"
 $ :List of 3
  ..$ enter       : chr "tryCatch"
  ..$ exit        : chr "doTryCatch"
  ..$ dont.exit.if: chr "tryCatchList"
  ..- attr(*, "class")= chr "passthru_fun"

Note

order matters here (e.g. must remove "try" before "tryCatch")


brodieG/treeprof documentation built on Nov. 11, 2021, 1:36 a.m.