Skip to main content

s4_is

Function s4_is 

Source
pub unsafe fn s4_is(obj: SEXP) -> bool
Expand description

Check if a SEXP is an S4 object.

ยงSafety

  • obj must be a valid SEXP.
  • Must be called from the R main thread.