standardize_is_data_empty | R Documentation |
Checks if all elements in vector(s) are either "", NA, NULL or have zero length
standardize_is_data_empty(x, return_as_true_if_x_zero_length = FALSE)
x |
input data to check each vector |
return_as_true_if_x_zero_length |
how to interpret zero lenth input. If TRUE then it returns TRUE. Otherwise NULL. |
logical vector of the same length
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.