check_input | R Documentation |
This function checks if the input is a valid dataframe with at least two rows and two columns. It throws an error if the input does not meet these conditions.
check_input(data)
data |
The input to be checked. |
NULL. The function stops with an error message if the input is not a valid dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.