Replaces any values of all 9's with NA
(if keep_unknown is TRUE) and converts the rest to integers.
clean_count(count, width, keep_unknown = FALSE)Integer vector of count.
If keep_unknown is FALSE, values representing unknown counts
are replaced with NA.
A character vector of counts (integer characters only).
Integer giving the character width of the field.
Replace values for "unknown" with NA?