read_contacts_email_addresses: Read contact email addresses

View source: R/contacts.R

read_contacts_email_addressesR Documentation

Read contact email addresses

Description

Extract email addresses from the Address Book in an iOS Backup.

Usage

read_contacts_email_addresses(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)

  • email Contact email address

  • email_type Email address label

See Also

read_contact_entities, read_contacts_phone_numbers


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