pub unsafe extern "C-unwind" fn R_getVarEx_unchecked(
sym: SEXP,
rho: SEXP,
inherits: Rboolean,
ifnotfound: SEXP,
) -> SEXPExpand description
Single-frame (inherits = FALSE) or inherited variable lookup with an
ifnotfound default — the API-blessed replacement for
Rf_findVarInFrame (R-exts; added in R 4.5.0, hence
Depends: R (>= 4.5)). Longjmps if rho is not an environment or
the binding is R_MissingArg; forces promises.
Unchecked FFI binding for R_getVarEx.
Generated from source location line 907, column 12.
Generated from source file miniextendr-api/src/sys.rs.