wbt_rust_backtrace {whitebox}R Documentation

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"))

Arguments

RUST_BACKTRACE

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

Value

value of system environment variable RUST_BACKTRACE

Examples

## Not run: 
wbt_rust_backtrace(TRUE)

## End(Not run)

[Package whitebox version 2.4.0 Index]