unsafe fn R_removeVarFromFrame(symbol: SEXP, env: SEXP) -> SEXPExpand description
Remove a variable from an environment frame.
ยงReturns
The removed value, or R_NilValue if not found.
Checked wrapper for R_removeVarFromFrame. Calls R_removeVarFromFrame_unchecked and routes through with_r_thread.
Generated from source location line 3719, column 8.
Generated from source file miniextendr-api/src/ffi.rs.