Skip to main content

StringFalse

Function StringFalse 

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

Check if a string represents FALSE in R.

Recognizes “FALSE”, “false”, “False”, “F”, “f”, etc. Checked wrapper for StringFalse. Calls StringFalse_unchecked and routes through with_r_thread. Generated from source location line 3635, column 8. Generated from source file miniextendr-api/src/ffi.rs.