Skip to main content

Rf_VectorToPairList

Function Rf_VectorToPairList 

Source
pub unsafe fn Rf_VectorToPairList(x: SEXP) -> SEXP
Expand description

Convert a generic vector (list) to a pairlist. Checked wrapper for Rf_VectorToPairList. Calls Rf_VectorToPairList_unchecked and routes through with_r_thread. Generated from source location line 2247, column 12. Generated from source file miniextendr-api/src/sys.rs.