Function extendr_macros::wrappers::translate_to_robj

source ยท
fn translate_to_robj(input: &FnArg) -> Result<Stmt>
Expand description

Convert SEXP arguments into Robj. This maintains the lifetime of references.

These conversions are from R into Rust