assert_dataframe | R Documentation |
assert_dataframe()
checks whether the input object is a data frame. If so,
it returns the object; if not, it throws an error.
assert_dataframe(x, arg = NULL)
x |
An object to check |
arg |
The name of the object; will be set to the name of the input if
left |
The input, x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.