check_dataframe | R Documentation |
Check dataframe is not empty and indices exist.
check_dataframe(
data = NULL,
indices = NULL,
check_na = FALSE,
check_nan = FALSE
)
data |
a dataframe. |
indices |
vector of indices to check. |
check_na |
whether to check for NA values. |
check_nan |
whether to check for NaN values. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.