Skip to main content

R_removeVarFromFrame_unchecked

Function R_removeVarFromFrame_unchecked 

Source
unsafe extern "C-unwind" fn R_removeVarFromFrame_unchecked(
    symbol: SEXP,
    env: SEXP,
) -> SEXP
Expand description

Remove a variable from an environment frame.

ยงReturns

The removed value, or R_NilValue if not found. Unchecked FFI binding for R_removeVarFromFrame. Generated from source location line 3719, column 8. Generated from source file miniextendr-api/src/ffi.rs.