Skip to main content

Rf_asS4

Function Rf_asS4 

Source
unsafe fn Rf_asS4(object: SEXP, flag: Rboolean, complete: c_int) -> SEXP
Expand description

Convert to an S4 object.

ยงParameters

  • object: Object to convert
  • flag: Conversion flag Checked wrapper for Rf_asS4. Calls Rf_asS4_unchecked and routes through with_r_thread. Generated from source location line 3776, column 8. Generated from source file miniextendr-api/src/ffi.rs.