check_is_dataframe {volker} | R Documentation |
Check whether the object is a dataframe
check_is_dataframe(obj, msg = NULL, stopit = TRUE)
obj |
The object to test. |
msg |
Optional, a custom error message. |
stopit |
Whether to stop execution with an error message. |
boolean Whether the object is a data.frame object.