validate_list: Validate an Mail or Email List

View source: R/validate-lists.R

validate_listR Documentation

Validate an Mail or Email List

Description

Validate an Mail or Email List

Usage

validate_list(df, type = "mail", solicitation = T, h = hallptbl)

Arguments

df

a data frame that is a mail or email list. Email lists should include at least pidm, and prefemail. Mail lists should include:

  1. pidm

  2. addr1

  3. st

  4. zip

type

a character string describing whether df is a "mail" or "email" list

solicitation

a logical value describing whether or not df is a solicitation. Determines whether or not solicitation exclusion codes should be used.

h

a database table or local data frame that looks like hallptbl

Value

list with summary data. An html report of the data will be opened as well


crazybilly/ucbudar documentation built on July 15, 2024, 5:03 p.m.