Skip to main content

LOGICAL

Function LOGICAL 

Source
pub(crate) unsafe fn LOGICAL(x: SEXP) -> *mut c_int
Expand description

Get mutable pointer to logical vector data.

For ALTREP vectors, this may force materialization. Get mutable pointer to logical vector data.

For ALTREP vectors, this may force materialization. Prefer SexpExt::set_logical_elt() / SexpExt::logical_elt(). Checked wrapper for LOGICAL. Calls LOGICAL_unchecked and routes through with_r_thread. Generated from source location line 2327, column 19. Generated from source file miniextendr-api/src/ffi.rs.