pub unsafe fn Rf_substitute(lang: SEXP, rho: SEXP) -> SEXPExpand description
Substitute in an expression.
Like R’s substitute() function.
Checked wrapper for Rf_substitute. Calls Rf_substitute_unchecked and routes through with_r_thread.
Generated from source location line 2182, column 12.
Generated from source file miniextendr-api/src/sys.rs.