check_is_dataframe | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.