
Check for rows with NA values
check_missing_rows.RdA general function that checks the number of NA rows for a particular
column.
Examples
if (FALSE) { # \dontrun{
raw.data <- get_all_polio_data(attach.spatial.data = FALSE)
missing <- check_missing_rows(raw.data$afp, "age.months", c("place.admin.0", "yronset"))
} # }