is.data.frame {base} | R Documentation |
Functions to check if an object is a data frame, or coerce it
if possible.
is.data.frame(x);
is.data.frame returns TRUE if its argument is a data frame (that is, has "data.frame" amongst its classes) and FALSE otherwise.