pub unsafe fn R_tryEval(
expr: SEXP,
env: SEXP,
error_occurred: *mut c_int,
) -> SEXPExpand description
Checked wrapper for R_tryEval. Calls R_tryEval_unchecked and routes through with_r_thread.
Generated from source location line 936, column 12.
Generated from source file miniextendr-api/src/sys.rs.