read_contacts_phone_numbers: Read contact phone numbers

View source: R/contacts.R

read_contacts_phone_numbersR Documentation

Read contact phone numbers

Description

Extract phone numbers from the Address Book in an iOS Backup.

Usage

read_contacts_phone_numbers(x, collect = TRUE)

Arguments

x

An ios_backup object (or something that can be passed to get_backup) or the path to a sqlite AddressBook database.

collect

Should dplyr results be collected before being returned.

Value

This will return a tibble with the contact data. If collect==FALSE, it will be a lazy tibble. The following columns will be included

  • contact_id A unique ID for each contact

  • identifier A unique number assigned to each address for each contact (0 indicates "primary" address)

  • phone Contact phone number

  • phone_type Phone number label

See Also

read_contact_entities, read_contacts_email_addresses


MrFlick/myphone documentation built on Sept. 16, 2022, 12:07 p.m.