Learn R Programming

whitebox (version 2.4.0)

wbt_rust_backtrace: Convenience method for setting RUST_BACKTRACE options for debugging

Description

Convenience method for setting RUST_BACKTRACE options for debugging

Usage

wbt_rust_backtrace(RUST_BACKTRACE = c("0", "1", "full"))

Value

value of system environment variable RUST_BACKTRACE

Arguments

RUST_BACKTRACE

One of "0", "1", "full", Logical values are converted to integer and then character.

Examples

Run this code
if (FALSE) {
wbt_rust_backtrace(TRUE)
}

Run the code above in your browser using DataLab