consumer_phone: Search For a Single Consumer's Phone Numbers

Description Usage Arguments Value

Description

Search For a Single Consumer's Phone Numbers

Usage

1
2
3
consumer_phone(key, first_name = NA, last_name, address = NA, city, state,
  postal_code = NA, sources = c("C", "D", "M", "E"),
  match_levels = c("E1", "E2", "N1", "N2", "B1", "B2"))

Arguments

key

Your AccurateAppend API Key

first_name

String

last_name

String, required

address

String

city

String, required

state

String, state postal abbreviation, required

postal_code

String

sources

Code(s) for databases to search, see Details

match_levels

Code(s) for acceptable match fidelity, see Details

Value

Data frame with 6 columns:

AreaCode

Character

LineType

Character, mobile v. landline

MatchLevel

Character, code for fidelity of match

MaxValidationLevel

Character, maximum MatchLevel possible for data provided

PhoneNumber

Character

Source

Character, code for source database

See http://docs.accurateappend.com/docs/appendphone for additional info including match code and source definitions.


AdrielHamptonGroup/acurateappendr documentation built on May 31, 2019, 3:53 a.m.