Skip to main content

StringTrue

Function StringTrue 

Source
unsafe fn StringTrue(s: *const c_char) -> Rboolean
Expand description

Check if a string represents TRUE in R.

Recognizes “TRUE”, “true”, “True”, “T”, “t”, etc. Checked wrapper for StringTrue. Calls StringTrue_unchecked and routes through with_r_thread. Generated from source location line 3641, column 8. Generated from source file miniextendr-api/src/ffi.rs.