Skip to main content

StringTrue_unchecked

Function StringTrue_unchecked 

Source
unsafe extern "C-unwind" fn StringTrue_unchecked(
    s: *const c_char,
) -> Rboolean
Expand description

Check if a string represents TRUE in R.

Recognizes “TRUE”, “true”, “True”, “T”, “t”, etc. Unchecked FFI binding for StringTrue. Generated from source location line 3641, column 8. Generated from source file miniextendr-api/src/ffi.rs.