Clean Social Security ID numbers
clean_ssn(number, keep_unknown = FALSE)A character vector with leading and trailing whitespace removed.
If keep_unknown is FALSE, blanks and values representing
unknown Social Security ID numbers are replaced with NA.
A character vector of Social Security identification numbers. No spaces or punctuation, only numbers.
Replace values for "unknown" with NA?