is_not_empty | R Documentation |
Check that a dataframe is not empty
is_not_empty(df)
df |
dataframe. |
This function returns a boolean that is equal to TRUE if the dataframe contains at least 1 row and 1 column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.