extendr_macros::wrappers

Function 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