read_contact_entities: Read contacts

View source: R/contacts.R

read_contact_entitiesR Documentation

Read contacts

Description

Extract contacts from the Address Book in an iOS Backup.

Usage

read_contact_entities(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

  • first_name Contact first name

  • middle_name Contact middle name

  • last_name Contact last name

  • organization Contact organization

  • department Contact department

  • jobtitle Contact job title

  • birthday Contact birthday

  • creation_date Date contact created

See Also

read_contacts_phone_numbers, read_contacts_email_addresses


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