test_data_complete | R Documentation |
Check if data has either explicit NA values or implicit missing dates.
test_data_complete(data, cols_to_check)
data |
The data to be checked |
cols_to_check |
A character vector of the columns to check |
TRUE
if data is complete, else if data has implicit or explicit
missingness, FALSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.