junk_ssn: Makes a flag to indicate whether or not a SSN is junk

junk_ssnR Documentation

Makes a flag to indicate whether or not a SSN is junk

Description

junk_ssn makes a flag to indicate whether or not a SSN is junk.

Usage

junk_ssn_num(df, id = NULL)

junk_ssn_char(df, id = NULL)

junk_ssn_all(df, id = NULL)

Arguments

df

A data frame

id

Name of variable to check for accuracy of a SSN or PHA ID

Details

This function checks to see whether the Social Security Number provided could be legitimate or not. See here for guidance: https://www.ssa.gov/employer/verifySSN.htm The function also checks whether or not a housing ID is likely to be a temporary designation that is shared by many others.


PHSKC-APDE/Housing documentation built on Feb. 6, 2024, 3:27 a.m.