Skip to main content

is_data_frame

Function is_data_frame 

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

Check is data.frame

ยงSafety

This function dereferences a raw SEXP pointer. The caller must ensure that x is a valid SEXP pointer.