Test if a Column/Variable has NA's
test_na(.data, col_n)
dataframe or tibble
string name of the column/variable within the dataframe.
Outputs a message of whether a column has NA's.
Sums up the total number of NA's and reports where a column has 1 or more NA's