powered by
Convenience method for setting RUST_BACKTRACE options for debugging
wbt_rust_backtrace(RUST_BACKTRACE = c("0", "1", "full"))
value of system environment variable RUST_BACKTRACE
RUST_BACKTRACE
One of "0", "1", "full", Logical values are converted to integer and then character.
"0"
"1"
"full"
if (FALSE) { wbt_rust_backtrace(TRUE) }
Run the code above in your browser using DataLab