Skip to main content

R_tryEval

Function R_tryEval 

Source
unsafe fn R_tryEval(expr: SEXP, env: SEXP, error_occurred: *mut c_int) -> SEXP
Expand description

Checked wrapper for R_tryEval. Calls R_tryEval_unchecked and routes through with_r_thread. Generated from source location line 2580, column 8. Generated from source file miniextendr-api/src/ffi.rs.