test_na.Rd
Tests what columns contain missing data
test_na(df, cols = names(df), warning = TRUE)
dataframe to be tested
vector of columns in df to be included, default is all
boolean, if TRUE, will only warn, not stop
The columns that contain NA. Raises a warning or an error if columns contain missing data