Skip to main content

Rf_isUnsorted

Function Rf_isUnsorted 

Source
unsafe fn Rf_isUnsorted(x: SEXP, strictly: Rboolean) -> c_int
Expand description

Check if a vector is unsorted.

ยงParameters

  • x: Vector to check
  • strictly: If TRUE, check for strictly increasing Checked wrapper for Rf_isUnsorted. Calls Rf_isUnsorted_unchecked and routes through with_r_thread. Generated from source location line 3823, column 8. Generated from source file miniextendr-api/src/ffi.rs.