check_column: Checking for nas or missing data

Description Usage Arguments

View source: R/import_check_nas.R

Description

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

Usage

1
check_column(working_col, test_function)

Arguments

working_col

column to check for missing data

test_function

function which returns true to identify a cell of data as "missing"


associatedpress/apdatacheck documentation built on Feb. 17, 2020, 9:27 p.m.