View source: R/import_check_nas.R
The function summarizes how many values are either missing or blank and reports that to user. Optionally, user can provide a test function which can check for additional missing values this test_function should return true for a value if it should be flagged as missing or empty
1 | check_column(working_col, test_function)
|
working_col |
column to check for missing data |
test_function |
function which returns true to identify a cell of data as "missing" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.