Skip to main content

Rf_alloc3DArray

Function Rf_alloc3DArray 

Source
unsafe fn Rf_alloc3DArray(
    sexptype: SEXPTYPE,
    nrow: c_int,
    ncol: c_int,
    nface: c_int,
) -> SEXP
Expand description

Checked wrapper for Rf_alloc3DArray. Calls Rf_alloc3DArray_unchecked and routes through with_r_thread. Generated from source location line 2140, column 8. Generated from source file miniextendr-api/src/ffi.rs.