pub unsafe fn is_data_frame(x: SEXP) -> Rboolean
Check is data.frame
This function dereferences a raw SEXP pointer. The caller must ensure that x is a valid SEXP pointer.
x