Skip to main content

Rf_substitute_unchecked

Function Rf_substitute_unchecked 

Source
unsafe extern "C-unwind" fn Rf_substitute_unchecked(
    lang: SEXP,
    rho: SEXP,
) -> SEXP
Expand description

Substitute in an expression.

Like R’s substitute() function. Unchecked FFI binding for Rf_substitute. Generated from source location line 3831, column 8. Generated from source file miniextendr-api/src/ffi.rs.