Skip to main content

R_existsVarInFrame_unchecked

Function R_existsVarInFrame_unchecked 

Source
pub 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 2063, column 12. Generated from source file miniextendr-api/src/sys.rs.