| read_contact_entities | R Documentation | 
Extract contacts from the Address Book in an iOS Backup.
read_contact_entities(x, collect = TRUE)
x | 
 An   | 
collect | 
 Should dplyr results be collected before being returned.  | 
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
read_contacts_phone_numbers, read_contacts_email_addresses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.