Skip to main content

R_existsVarInFrame_unchecked

Function R_existsVarInFrame_unchecked 

Source
unsafe extern "C-unwind" fn R_existsVarInFrame_unchecked(
    rho: SEXP,
    symbol: SEXP,
) -> Rboolean
Expand description

Check if a variable exists in an environment frame.

Does not search enclosing environments. Unchecked FFI binding for R_existsVarInFrame. Generated from source location line 3712, column 8. Generated from source file miniextendr-api/src/ffi.rs.